diff --git a/install_upscayl.sh b/install_upscayl.sh index a08e2ac..f478316 100644 --- a/install_upscayl.sh +++ b/install_upscayl.sh @@ -5,6 +5,10 @@ set -ex # hardcoded by setting this variable and rebuilding the container. #UPSCAYL_VERSION="3.2.1"https://github.com/upscayl/upscayl/releases/download/v2.9.1/upscayl-2.9.1-linux.deb +apt-get update +apt-get install -y xdg-utils +apt-get -y autoremove + if [ -z ${UPSCAYL_VERSION+x} ] then UPSCAYL_VERSION=$(curl -sL https://github.com/upscayl/upscayl/releases/latest/download/latest-linux.yml | grep version | grep -oP 'version: \K[0-9.]+')