use -c instead

This commit is contained in:
Micke Nordin 2020-11-08 21:40:21 +01:00
parent e41fe770a7
commit 3db36c24a9

View file

@ -1,8 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# You must have sudo before running this script # You must have sudo before running this script
# su - su - -c "apt install sudo"
# apt install sudo su - -c "usermod -a -G sudo ${USER}"
# usermod -a -G sudo <your username>
# Set up various variables # Set up various variables
WORKDIR="$(pwd)" WORKDIR="$(pwd)"