install: Appimages require libfuse on Linux

This commit is contained in:
2024-11-16 19:18:09 -05:00
parent fa24018cd5
commit 40051de4a9
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ gh
git
gnupg
golang
libfuse2t64
rbenv
ruby-build
stow

View File

@@ -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)
;;