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 git
gnupg gnupg
golang golang
libfuse2t64
rbenv rbenv
ruby-build ruby-build
stow stow

View File

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