docs: replace ``bash with ``sh in all .md files

This commit is contained in:
MoNakouzi
2022-08-15 00:51:56 -04:00
committed by AJ ONeal
parent 4c539f3bd2
commit 82af8b46a4
92 changed files with 434 additions and 434 deletions

View File

@@ -16,13 +16,13 @@ tagline: |
privileged ports, such as 80 (http) and 443 (https) without `root` privileges or
`sudo`.
```bash
```sh
sudo setcap-netbind node
```
This is the same as running the full command:
```bash
```sh
setcap 'cap_net_bind_service=+ep' $(readlink -f $(which node))
```
@@ -31,7 +31,7 @@ setcap 'cap_net_bind_service=+ep' $(readlink -f $(which node))
Will output externally detected IPv4 and IPv6 addresses. See
<https://webinstall.dev/vps-myip>.
```bash
```sh
myip
```
@@ -45,6 +45,6 @@ IPv6 (AAAA): 2605:a601:a919:9800:f8be:f2c4:9ad7:9763
Adds and activates permanent swap in `/var/swapfile`. See
<https://webinstall.dev/vps-addswap>.
```bash
```sh
vps-addswap
```