Merge pull request #775 from chunky-milk/patch-5

Update Cura to 20210629 and Webcord to 1.5.0
pull/779/head
Itai Nelken 4 years ago committed by GitHub
commit 10560bf74a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ function error {
exit 1
}
wget -O ~/Cura.AppImage https://github.com/smartavionics/Cura/releases/download/20210619/Cura-mb-master-armhf-20210619.AppImage || error "Failed to download!"
wget -O ~/Cura.AppImage https://github.com/smartavionics/Cura/releases/download/20210629/Cura-mb-master-armhf-20210629.AppImage || error "Failed to download!"
chmod +x ~/Cura.AppImage

@ -7,7 +7,7 @@ function error {
exit 1
}
wget -O ~/Cura.AppImage https://github.com/smartavionics/Cura/releases/download/20210619/Cura-mb-master-aarch64-20210619.AppImage || error "Failed to download!"
wget -O ~/Cura.AppImage https://github.com/smartavionics/Cura/releases/download/20210629/Cura-mb-master-aarch64-20210629.AppImage || error "Failed to download!"
chmod +x ~/Cura.AppImage

@ -7,7 +7,7 @@ function error {
exit 1
}
version='1.4.2'
version='1.5.0'
#remove electron-discord-webapp if it still exists
if command -v webcord >/dev/null ;then

@ -7,7 +7,7 @@ function error {
exit 1
}
version='1.4.2'
version='1.5.0'
#remove electron-discord-webapp if it still exists
if command -v webcord >/dev/null ;then

Loading…
Cancel
Save