Skip to content

Commit c79ab61

Browse files
committed
Rename apt domain to gitte-apt.cego.dk, remove continue-on-error from APT step
1 parent 07fb356 commit c79ab61

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,8 @@ jobs:
6565
env:
6666
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767

68-
- name: Publish to APT (gitte-ppa.cego.dk)
68+
- name: Publish to APT (gitte-apt.cego.dk)
6969
if: github.ref_type == 'tag'
70-
continue-on-error: true
7170
env:
7271
VERSION: ${{ github.ref_name }}
7372
RCLONE_CONFIG_R2_TYPE: s3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ brew install cego/gitte/gitte
2727
### APT (Debian and Ubuntu)
2828

2929
```bash
30-
curl -fsSL https://gitte-ppa.cego.dk/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/gitte.gpg
31-
echo "deb [signed-by=/etc/apt/keyrings/gitte.gpg] https://gitte-ppa.cego.dk ./" | sudo tee /etc/apt/sources.list.d/gitte.list
30+
curl -fsSL https://gitte-apt.cego.dk/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/gitte.gpg
31+
echo "deb [signed-by=/etc/apt/keyrings/gitte.gpg] https://gitte-apt.cego.dk ./" | sudo tee /etc/apt/sources.list.d/gitte.list
3232
sudo apt update
3333
sudo apt install gitte
3434
```

0 commit comments

Comments
 (0)