added filesystem backend
This commit is contained in:
Vargink
2024-10-10 08:41:39 +10:00
parent 5fe23d2874
commit df1956558e

View File

@@ -165,6 +165,10 @@ doInit() {
depriv pipx install thefuck
depriv pipx install sshch
fi
if [ "$init_version" -lt 24101008 ]; then
echo installing file explorer backend
apt install -y gvfs-backends
fi
echo "$app_version" > /etc/vargtools/init
echo Should be all upto date now .. press any key to continue
read -n 1