mirror of
https://github.com/rclone/rclone.git
synced 2025-03-14 00:16:24 +08:00
Revert "install.sh: create ~/.config/rclone directory"
This reverts commit d694bb30e5f31521bbb150c85aa4e89fabf5bd30. If it creates a config directory then it leaves it owned by root which is very confusing for new users.
This commit is contained in:
parent
424554bc85
commit
2c4aadb588
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user