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
|
git
|
||||||
gnupg
|
gnupg
|
||||||
golang
|
golang
|
||||||
|
libfuse2t64
|
||||||
rbenv
|
rbenv
|
||||||
ruby-build
|
ruby-build
|
||||||
stow
|
stow
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ case `uname` in
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Installing dependencies with Apt"
|
echo "Installing dependencies with Apt"
|
||||||
|
sudo apt-add-repository -y universe
|
||||||
sudo apt-add-repository -y --ppa ppa:zhangsongcui3371/fastfetch
|
sudo apt-add-repository -y --ppa ppa:zhangsongcui3371/fastfetch
|
||||||
sudo apt install $(< ./dependencies/apt.txt)
|
sudo apt install $(< ./dependencies/apt.txt)
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user