Revert "install.sh: create ~/.config/rclone directory"

This reverts commit d694bb30e5.

If it creates a config directory then it leaves it owned by root which
is very confusing for new users.
vfs-used-is-size
Nick Craig-Wood 2020-04-11 18:40:46 +01:00
parent 424554bc85
commit 2c4aadb588
1 changed files with 0 additions and 2 deletions

View File

@ -187,8 +187,6 @@ esac
#update version variable post install
version=`rclone --version 2>>errors | head -n 1`
#create the directory for the default configuration folder
mkdir $HOME/.config/rclone -p
printf "\n${version} has successfully installed."
printf '\nNow run "rclone config" for setup. Check https://rclone.org/docs/ for more details.\n\n'