fix appimage build
This commit is contained in:
parent
8cdce03850
commit
737d1510e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue