kkimurak / ssl-setup

Bash script that setup the official RoboCup-SSL tools with required packages ( https://github.com/RoboCup-SSL/ )
4 stars 0 forks source link

too many message : password for sudo #10

Closed kkimurak closed 5 years ago

kkimurak commented 5 years ago

Currently I'm using "sudo" for each commands.
But in this method, password required many times (because it takes few minutes to process).

Idea :
delete all sudo, run this script as root isntead.
This will place robocup-ssl's tools for /root/Documents, it's problem.
So, I can use su -l ${logname} when required.

kkimurak commented 5 years ago

Successfully done with #13 , I'll close this.
But there're many things to do.