This commit is contained in:
2023-11-15 14:34:27 +01:00
parent 7ad6745d40
commit c64c8ccacb
+1 -1
View File
@@ -10,6 +10,6 @@ then
UPSCAYL_VERSION=$(curl -sL https://github.com/upscayl/upscayl/releases/latest/download/latest-linux.yml | grep version | grep -oP 'version: \K[0-9.]+')
fi
curl -o /tmp/upscayl.deb -L "https://github.com/upscayl/upscayl/releases/download/v${UPSCAYL_VERSION}/upscayl-${UPSCAYL_VERSION}-linux.deb"
dpkg -i /tmp/upscayl.tar.xz
dpkg -i /tmp/upscayl.deb
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*