fix appimage build
This commit is contained in:
parent
54f6b09f1a
commit
3305d8268a
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ _APPIMAGETOOL_EXTRACTED_FOLDER=$_SCRIPT_FOLDER/squashfs-root;
|
||||||
_APPIMAGETOOL_FILE=$_SCRIPT_FOLDER/appimagetool;
|
_APPIMAGETOOL_FILE=$_SCRIPT_FOLDER/appimagetool;
|
||||||
_APPIMAGE_CONTENT_FOLDER=$_SCRIPT_FOLDER/content
|
_APPIMAGE_CONTENT_FOLDER=$_SCRIPT_FOLDER/content
|
||||||
|
|
||||||
|
# Installs needed dependencies
|
||||||
|
apt-get update && apt-get install file;
|
||||||
|
|
||||||
# Extracts the binary tarball
|
# Extracts the binary tarball
|
||||||
printf "\nExtracting librewolf binary tarball\n";
|
printf "\nExtracting librewolf binary tarball\n";
|
||||||
mkdir $_BINARY_TARBALL_EXTRACTED_FOLDER;
|
mkdir $_BINARY_TARBALL_EXTRACTED_FOLDER;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue