Created
April 9, 2017 00:49
-
-
Save FerreiraRaphael/a4854484c1afdb10bcc60c8a96271cbd to your computer and use it in GitHub Desktop.
scripts for a clean debian
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bash/bin | |
#enable sudo to current user | |
apt-get install sudo | |
adduser whoami sudo | |
reset |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment