We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3258f46 commit 2359b72Copy full SHA for 2359b72
1 file changed
code/worker.sh
@@ -27,7 +27,7 @@ fi
27
FILENAME=$(basename $URL | cut -d '?' -f 1)
28
echo $FILENAME
29
if [ ! -e $FILENAME ] ; then
30
- wget -c "$URL"
+ wget -q -c "$URL"
31
fi
32
33
# Check the type of the AppImage
@@ -103,7 +103,6 @@ APID=$!
103
sleep 5
104
# xpra screenshot database/$INPUTBASENAME/screenshot
105
# screenshot is empty and has not been saved (maybe there are no windows or they are not currently shown)
106
-sudo apt-get -y install graphicsmagick-imagemagick-compat
107
import -window root database/$INPUTBASENAME/screenshot.jpg # ImageMagick
108
kill $APID && echo "SUCCESS" || exit 1
109
0 commit comments