Files
sysadmin/gdrive/install.sh
2018-10-08 20:21:58 -03:00

18 lines
317 B
Bash

#!/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"