aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-06-23 01:47:49 -0500
committerBeatLink <beatlink@protonmail.com>2019-06-23 01:47:49 -0500
commit57e8dc59718d6e9eac642530f97248c97f6f068b (patch)
treed18bb1c8ae3283ea1578fd93245c3e6a85fefe07
parentadd dependency install to fix appimage build (diff)
downloadlibrewolf-linux-57e8dc59718d6e9eac642530f97248c97f6f068b.tar.gz
librewolf-linux-57e8dc59718d6e9eac642530f97248c97f6f068b.tar.bz2
librewolf-linux-57e8dc59718d6e9eac642530f97248c97f6f068b.zip
fix dependency install command
-rwxr-xr-xbrowser/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/build.sh b/browser/build.sh
index cd7b673..38ce831 100755
--- a/browser/build.sh
+++ b/browser/build.sh
@@ -22,7 +22,7 @@ printf "APPIMAGE_RESOURCE_FOLDER: $APPIMAGE_RESOURCE_FOLDER\n";
# Installs some needed dependencies
printf "\nInstalling script dependencies\n";
apt update;
-apt install sudo python python3 inkscape icnsutils wget fuse libfuse -y;
+apt install sudo python python3 inkscape icnsutils wget fuse libfuse-dev -y;
printf "\n\n---------------------------------- ICON GENERATION ------------------------------------------\n";
bgstack15