Skip to content

Commit 63fa583

Browse files
authored
Update worker.sh
1 parent 02c05ae commit 63fa583

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

code/worker.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,11 @@ echo "==========================================="
8787
# and take screenshots if we don't have them already from AppStream
8888

8989
# LD_DEBUG=libs "$APPDIR/AppRun" & # Getting "Desktop file is missing. Please run /mnt/AppRun from within an AppImage." with wire-2.15.2751-x86_64.AppImage
90-
chmod +x "$FILENAME"
91-
firejail --x11=xpra ./"$FILENAME" &
90+
# chmod +x "$FILENAME"
91+
wet -c https://sourceforge.net/projects/firejail/files/firejail/firejail_0.9_1_amd64.deb/download -O firejail_0.9_1_amd64.deb
92+
sudo dpkg -i firejail_0.9_1_amd64.deb
93+
94+
firejail --x11=xpra --appimage ./"$FILENAME" &
9295
APID=$!
9396
sleep 5
9497
kill $APID && echo "SUCCESS" || exit 1

0 commit comments

Comments
 (0)