build: remove appimage-builder prereqs
This commit is contained in:
parent
79e3c69ffb
commit
6218a476af
|
@ -48,9 +48,6 @@ install_build_prereqs() {
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt upgrade
|
sudo apt upgrade
|
||||||
|
|
||||||
# appimage-builder prereqs
|
|
||||||
sudo apt install -y patchelf desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace
|
|
||||||
|
|
||||||
# monkey island prereqs
|
# monkey island prereqs
|
||||||
sudo apt install -y curl libcurl4 openssl git build-essential moreutils
|
sudo apt install -y curl libcurl4 openssl git build-essential moreutils
|
||||||
install_nodejs
|
install_nodejs
|
||||||
|
|
Loading…
Reference in New Issue