fix appimage build

This commit is contained in:
BeatLink 2019-08-24 15:22:58 -05:00
parent 8cdce03850
commit 737d1510e5

View file

@ -21,7 +21,7 @@ _APPIMAGETOOL_FILE=$_SCRIPT_FOLDER/appimagetool;
_APPIMAGE_CONTENT_FOLDER=$_SCRIPT_FOLDER/content
# Installs needed dependencies
apt-get update && apt-get install file;
apt-get update && apt-get -y install file;
# Extracts the binary tarball
printf "\nExtracting librewolf binary tarball\n";