diff --git a/BSD.md b/BSD.md index a3a4781..99e6b8b 100644 --- a/BSD.md +++ b/BSD.md @@ -1,9 +1,5 @@ # Package managers for various OS -1. Edit script: `nano something.sh` -2. Save and Exit: Ctrl-o Enter Ctrl-x Enter -3. Make executeable: `chmod +x *.sh` - ## Killing VirtualBox that is stuck killvm.sh @@ -14,8 +10,9 @@ killall VirtualBox VirtualBoxVM ## Ubuntu 1. Edit file: `nano update.sh` -2. Change to executeable: `chmod +x update.sh` -3. Update: `./update.sh` +2. Save and Exit: Ctrl-o Enter Ctrl-x Enter +3. Change to executeable: `chmod +x update.sh` +4. Update: `./update.sh` more-package-managers.sh ``` @@ -102,8 +99,9 @@ shutdown ## NetBSD 1. Edit file: `nano update.sh` -2. Change to executeable: `chmod +x update.sh` -3. Update: `./update.sh` +2. Save and Exit: Ctrl-o Enter Ctrl-x Enter +3. Change to executeable: `chmod +x update.sh` +4. Update: `./update.sh` Package management: https://www.netbsd.org/docs/pkgsrc/using.html @@ -139,8 +137,9 @@ shutdown -r now ## OpenBSD 1. Edit file: `nano update.sh` -2. Change to executeable: `chmod +x update.sh` -3. Update: `./update.sh` +2. Save and Exit: Ctrl-o Enter Ctrl-x Enter +3. Change to executeable: `chmod +x update.sh` +4. Update: `./update.sh` Package management: https://www.openbsd.org/faq/faq15.html