xdg-utils needs to be installed
This commit is contained in:
@@ -5,6 +5,10 @@ set -ex
|
|||||||
# hardcoded by setting this variable and rebuilding the container.
|
# 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
|
#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} ]
|
if [ -z ${UPSCAYL_VERSION+x} ]
|
||||||
then
|
then
|
||||||
UPSCAYL_VERSION=$(curl -sL https://github.com/upscayl/upscayl/releases/latest/download/latest-linux.yml | grep version | grep -oP 'version: \K[0-9.]+')
|
UPSCAYL_VERSION=$(curl -sL https://github.com/upscayl/upscayl/releases/latest/download/latest-linux.yml | grep version | grep -oP 'version: \K[0-9.]+')
|
||||||
|
|||||||
Reference in New Issue
Block a user