update ArmCord to Legcord (got cease and desist'd by ARM)
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
61b4f93955
commit
f2891648a5
3 changed files with 6 additions and 6 deletions
|
@ -14,7 +14,7 @@ apt-get install -y dpkg-dev
|
||||||
|
|
||||||
# ArmCord
|
# ArmCord
|
||||||
cd /repo/dists/bookworm/stable/binary-amd64/
|
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-.*-linux-amd64.deb" | cut -d : -f 2,3 | tr -d \") -C -
|
curl -LO $(curl -s https://api.github.com/repos/Legcord/Legcord/releases/latest | grep "browser_download_url.*Legcord-.*-linux-amd64.deb" | cut -d : -f 2,3 | tr -d \") -C -
|
||||||
|
|
||||||
# Discord
|
# Discord
|
||||||
# Has to be manually updated for each version
|
# Has to be manually updated for each version
|
||||||
|
|
|
@ -5,10 +5,10 @@ apt-get install -y curl
|
||||||
apt-get install -y createrepo-c
|
apt-get install -y createrepo-c
|
||||||
|
|
||||||
cd /repo
|
cd /repo
|
||||||
curl $(curl -s https://api.github.com/repos/ArmCord/ArmCord/releases/latest | grep "browser_download_url.*ArmCord-.*.x86_64.rpm" | cut -d : -f 2,3 | tr -d \") -LO -C -
|
curl $(curl -s https://api.github.com/repos/Legcord/Legcord/releases/latest | grep "browser_download_url.*Legcord-.*.x86_64.rpm" | cut -d : -f 2,3 | tr -d \") -LO -C -
|
||||||
curl $(curl -s https://api.github.com/repos/TheAssassin/AppImageLauncher/releases/latest | grep "browser_download_url.*.x86_64.rpm" | cut -d : -f 2,3 | tr -d \") -LO -C -
|
curl $(curl -s https://api.github.com/repos/TheAssassin/AppImageLauncher/releases/latest | grep "browser_download_url.*.x86_64.rpm" | cut -d : -f 2,3 | tr -d \") -LO -C -
|
||||||
curl $(curl -s https://api.github.com/repos/th-ch/youtube-music/releases/latest | grep "browser_download_url.*youtube-music.*.x86_64.rpm" | cut -d : -f 2,3 | tr -d \") -LO -C -
|
curl $(curl -s https://api.github.com/repos/th-ch/youtube-music/releases/latest | grep "browser_download_url.*youtube-music.*.x86_64.rpm" | cut -d : -f 2,3 | tr -d \") -LO -C -
|
||||||
curl $(curl -s https://api.github.com/repos/SchildiChat/schildichat-desktop/releases/latest | grep "browser_download_url.*schildichat-desktop-.*.x86_64.rpm" | cut -d : -f 2,3 | tr -d \") -LO -C -
|
curl $(curl -s https://api.github.com/repos/SchildiChat/schildichat-desktop/releases/latest | grep "browser_download_url.*schildichat-desktop-.*.x86_64.rpm" | cut -d : -f 2,3 | tr -d \") -LO -C -
|
||||||
curl $(curl -s https://api.github.com/repos/Vencord/Vesktop/releases/latest | grep "browser_download_url.*vesktop-.*x86_64.rpm" | cut -d : -f 2,3 | tr -d \") -LO -C -
|
curl $(curl -s https://api.github.com/repos/Vencord/Vesktop/releases/latest | grep "browser_download_url.*vesktop-.*x86_64.rpm" | cut -d : -f 2,3 | tr -d \") -LO -C -
|
||||||
|
|
||||||
createrepo_c .
|
createrepo_c .
|
||||||
|
|
|
@ -10,11 +10,11 @@ do_hash() {
|
||||||
if [ "$f" = "Release" ]; then
|
if [ "$f" = "Release" ]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
echo " $(${HASH_CMD} ${f} | cut -d" " -f1) $(wc -c $f)"
|
echo " $(${HASH_CMD} ${f} | cut -d" " -f1) $(wc -c $f)"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
cat << EOF
|
cat <<EOF
|
||||||
Origin: askiiart.net
|
Origin: askiiart.net
|
||||||
Label: askiiiart's repo
|
Label: askiiiart's repo
|
||||||
Suite: stable
|
Suite: stable
|
||||||
|
@ -27,4 +27,4 @@ Date: $(date -Ru)
|
||||||
EOF
|
EOF
|
||||||
do_hash "MD5Sum" "md5sum"
|
do_hash "MD5Sum" "md5sum"
|
||||||
do_hash "SHA1" "sha1sum"
|
do_hash "SHA1" "sha1sum"
|
||||||
do_hash "SHA256" "sha256sum"
|
do_hash "SHA256" "sha256sum"
|
||||||
|
|
Loading…
Reference in a new issue