This commit is contained in:
parent
f2cc8ce003
commit
c60e8efc4c
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ apt-get install -y dpkg-dev
|
|||
|
||||
# ArmCord
|
||||
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-.*-linux-amd64.deb" | cut -d : -f 2,3 | tr -d \") -C -
|
||||
|
||||
# Discord
|
||||
# Has to be manually updated for each version
|
||||
|
|
Loading…
Reference in a new issue