Fix repo path again
This commit is contained in:
parent
56fa0f0071
commit
b9e1415db0
2 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ steps:
|
||||||
- name: Update debian repo
|
- name: Update debian repo
|
||||||
image: debian:stable-slim
|
image: debian:stable-slim
|
||||||
commands:
|
commands:
|
||||||
- '/drone/src/debian.sh'
|
- '/drone/src/debian-bookworm-x64.sh'
|
||||||
volumes:
|
volumes:
|
||||||
- name: bookworm-repo
|
- name: bookworm-repo
|
||||||
path: /repo
|
path: /repo
|
||||||
|
|
|
@ -13,18 +13,18 @@ apt-get install -y dpkg-dev
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
# Update ArmCord
|
# Update ArmCord
|
||||||
cd /repo
|
cd /repo/dists/bookworm/stable/binary-amd64/
|
||||||
curl -LO $(curl -s https://api.github.com/repos/ArmCord/ArmCord/releases/latest | grep "browser_download_url.*ArmCord_.*_amd64.deb" | cut -d : -f 2,3 | tr -d \") -C -
|
curl -LO $(curl -s https://api.github.com/repos/ArmCord/ArmCord/releases/latest | grep "browser_download_url.*ArmCord_.*_amd64.deb" | cut -d : -f 2,3 | tr -d \") -C -
|
||||||
cd /drone/src
|
cd /drone/src
|
||||||
|
|
||||||
# Update Discord
|
# Update Discord
|
||||||
# Has to be manually updated for each version
|
# Has to be manually updated for each version
|
||||||
cd /repo
|
cd /repo/dists/bookworm/stable/binary-amd64/
|
||||||
curl -LO https://dl.discordapp.net/apps/linux/0.0.29/discord-0.0.29.deb -C -
|
curl -LO https://dl.discordapp.net/apps/linux/0.0.29/discord-0.0.29.deb -C -
|
||||||
cd /drone/src
|
cd /drone/src
|
||||||
|
|
||||||
# Update th-ch/youtube-music
|
# Update th-ch/youtube-music
|
||||||
cd /repo
|
cd /repo/dists/bookworm/stable/binary-amd64/
|
||||||
curl -LO $(curl -s https://api.github.com/repos/th-ch/youtube-music/releases/latest | grep "browser_download_url.*youtube-music_.*_amd64.deb" | cut -d : -f 2,3 | tr -d \") -C -
|
curl -LO $(curl -s https://api.github.com/repos/th-ch/youtube-music/releases/latest | grep "browser_download_url.*youtube-music_.*_amd64.deb" | cut -d : -f 2,3 | tr -d \") -C -
|
||||||
cd /drone/src
|
cd /drone/src
|
||||||
|
|
Loading…
Reference in a new issue