install: Appimages require libfuse on Linux
This commit is contained in:
1
dependencies/apt.txt
vendored
1
dependencies/apt.txt
vendored
@@ -6,6 +6,7 @@ gh
|
||||
git
|
||||
gnupg
|
||||
golang
|
||||
libfuse2t64
|
||||
rbenv
|
||||
ruby-build
|
||||
stow
|
||||
|
||||
@@ -34,6 +34,7 @@ case `uname` in
|
||||
fi
|
||||
|
||||
echo "Installing dependencies with Apt"
|
||||
sudo apt-add-repository -y universe
|
||||
sudo apt-add-repository -y --ppa ppa:zhangsongcui3371/fastfetch
|
||||
sudo apt install $(< ./dependencies/apt.txt)
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user