brobeson / Tools

Scripts written to aid software development.
2 stars 1 forks source link

Add sudo to system_setup.sh #39

Closed brobeson closed 8 years ago

brobeson commented 8 years ago

Running sudo ./system_setup.sh creates directories and files as root. I need to add sudo to the script where its required, such as apt-get commands. Then the script doesn't require to be run as root.