build: remove appimage-builder prereqs

This commit is contained in:
Mike Salvatore 2021-04-14 14:43:43 -04:00
parent 79e3c69ffb
commit 6218a476af
1 changed files with 0 additions and 3 deletions

View File

@ -48,9 +48,6 @@ install_build_prereqs() {
sudo apt update
sudo apt upgrade
# appimage-builder prereqs
sudo apt install -y patchelf desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace
# monkey island prereqs
sudo apt install -y curl libcurl4 openssl git build-essential moreutils
install_nodejs