Skip to content

Commit fb05785

Browse files
authored
Update worker.sh
1 parent e5fe14a commit fb05785

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

code/worker.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@ echo "==========================================="
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
9090
# chmod +x "$FILENAME"
91-
wget -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
91+
92+
# TODO: Cache firejail and do not build it every time
93+
git clone https://github.com/netblue30/firejail.git
94+
( cd firejail ; ./configure && make && sudo make install-strip )
9395

9496
firejail --appimage ./"$FILENAME" &
9597
APID=$!

0 commit comments

Comments
 (0)