Skip to content

Commit

Permalink
Attempt to fix outdated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer2514 authored Feb 19, 2021
1 parent 6046c61 commit 77f86ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions installGoogleDrive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ if (( $number == "1" )); then
sudo sed -i '\|sudo gdfs -\o allow_other /home/pi/.gdfs.creds /mnt/gdrivefs|d' /etc/rc.local
echo Installing updates...
sudo apt-get install python3-pip
sudo pip3 install gdrivefs
sudo pip3 install oauth2client
sudo pip3 install google-api-python-client -U
sudo pip3 install six -U
sudo pip3 install gdrivefs -U
sudo pip3 install oauth2client -U
echo Creating directories...
sudo mkdir /mnt/gdrivefs
echo Authorizing Google Drive...
Expand Down

0 comments on commit 77f86ea

Please sign in to comment.