File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
3232sudo apt update
3333sudo apt install gitte
3434```
You can’t perform that action at this time.
0 commit comments