Add multimc to debian repo
This commit is contained in:
parent
cc14ee4eea
commit
2f418c0958
1 changed files with 6 additions and 0 deletions
|
@ -33,6 +33,12 @@ cd /repo/dists/bookworm/stable/binary-amd64/
|
||||||
curl -LO $(curl -s https://api.github.com/repos/Vencord/Vesktop/releases/latest | grep "browser_download_url.*vesktop_.*_amd64.deb" | cut -d : -f 2,3 | tr -d \") -C -
|
curl -LO $(curl -s https://api.github.com/repos/Vencord/Vesktop/releases/latest | grep "browser_download_url.*vesktop_.*_amd64.deb" | cut -d : -f 2,3 | tr -d \") -C -
|
||||||
cd /drone/src
|
cd /drone/src
|
||||||
|
|
||||||
|
# Update MultiMC
|
||||||
|
# Has to be manually updated for each version
|
||||||
|
cd /repo/dists/bookworm/stable/binary-amd64/
|
||||||
|
curl -LO https://files.multimc.org/downloads/multimc_1.6-1.deb -C -
|
||||||
|
cd /drone/src
|
||||||
|
|
||||||
# Do repo stuff
|
# Do repo stuff
|
||||||
cd /repo
|
cd /repo
|
||||||
dpkg-scanpackages --arch amd64 dists/bookworm/stable/binary-amd64/ > dists/bookworm/stable/binary-amd64/Packages
|
dpkg-scanpackages --arch amd64 dists/bookworm/stable/binary-amd64/ > dists/bookworm/stable/binary-amd64/Packages
|
||||||
|
|
Loading…
Reference in a new issue