diff --git a/Goodusb/MacUpdaterBot+.txt b/Goodusb/MacUpdaterBot+.txt index 0149f7c..0e3beb8 100644 --- a/Goodusb/MacUpdaterBot+.txt +++ b/Goodusb/MacUpdaterBot+.txt @@ -19,7 +19,7 @@ STRING terminal DELAY 500 ENTER DELAY 1000 -STRING sudo softwareupdate -ia --verbose 2>&1 | pv -l -s "$(softwareupdate -l | wc -l)" -p -t -i 1 +STRING softwareupdate -ia --verbose 2>&1 | pv -l -s "$(softwareupdate -l | wc -l)" -p -t -i 1 DELAY 1000 ENTER diff --git a/README.md b/README.md index c6a5fb2..b041905 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[](https://github.com/narstybits/MacOS-DuckyScripts) +[](https://github.com/narstybits/MacOS-DuckyScripts)
'echo -e "export HISTCONTROL=ignorespace\nunset HISTFILE" >> ~/.bashrc && source ~/.bashrc && exec bash'
- This code enables the 'ignorespace' option for the command history, preventing commands with a leading space from being stored in the shell history. Special thanks to [FalsePhilosopher](https://github.com/FalsePhilosopher) for helping create this string!
+This code enables the 'ignorespace' option for the command history, preventing commands with a leading space from being stored in the shell history. Special thanks to FalsePhilosopher + for helping create this string!