Arapo, i3wm, gdfuse
This commit is contained in:
17
gdrive/install.sh
Normal file
17
gdrive/install.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
USERNAME=renato
|
||||
|
||||
echo "É necessário instalar o git e o opam!"
|
||||
|
||||
opam init
|
||||
|
||||
opam update
|
||||
|
||||
opam
|
||||
|
||||
echo "Agora basta copiar o gdfuse e acrescentar a linha abaixo ao /etc/fstab !"
|
||||
|
||||
echo '\n\n'
|
||||
|
||||
echo "gdfuse#default /home/$USERNAME/gdrive fuse uid=1000,gid=1000,allow_other,user,_netdev 0 0"
|
||||
Reference in New Issue
Block a user