use -c instead

main
Micke Nordin 4 years ago
parent e41fe770a7
commit 3db36c24a9

@ -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)"

Loading…
Cancel
Save