diff --git a/setup.sh b/setup.sh index 95554b8..105fb1b 100644 --- a/setup.sh +++ b/setup.sh @@ -1,8 +1,7 @@ #!/usr/bin/env bash # You must have sudo before running this script -# su - -# apt install sudo -# usermod -a -G sudo +su - -c "apt install sudo" +su - -c "usermod -a -G sudo ${USER}" # Set up various variables WORKDIR="$(pwd)"