update
added filesystem backend
This commit is contained in:
@@ -165,6 +165,10 @@ doInit() {
|
|||||||
depriv pipx install thefuck
|
depriv pipx install thefuck
|
||||||
depriv pipx install sshch
|
depriv pipx install sshch
|
||||||
fi
|
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 "$app_version" > /etc/vargtools/init
|
||||||
echo Should be all upto date now .. press any key to continue
|
echo Should be all upto date now .. press any key to continue
|
||||||
read -n 1
|
read -n 1
|
||||||
|
|||||||
Reference in New Issue
Block a user