Fix repo path again

This commit is contained in:
askiiart 2023-09-16 12:06:56 -05:00
parent 56fa0f0071
commit b9e1415db0
No known key found for this signature in database
GPG key ID: C89CBC4F981EE719
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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