Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akkupy committed May 20, 2023
1 parent ace1e8e commit 40ef02d
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/filebrowser.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
1. **Run the following script**

```
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_filebrowser.sh | sudo bash
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_filebrowser.sh | bash
```

This will preserve any persistent data under /filebrowser of User Directory, you can adapt the path to whatever suits you.
Expand Down
2 changes: 1 addition & 1 deletion docs/heimdall.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
1. **Run the following script**

```
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_heimdall.sh | sudo bash
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_heimdall.sh | bash
```

This will preserve any persistent data under /heimdall of User Directory, you can adapt the path to whatever suits you.
Expand Down
2 changes: 1 addition & 1 deletion docs/jackett.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
1. **Run the following script**

```
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_jackett.sh | sudo bash
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_jackett.sh | bash
```

This will preserve any persistent data under /jackett of User Directory, you can adapt the path to whatever suits you.
Expand Down
2 changes: 1 addition & 1 deletion docs/jellyfin.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Hardware acceleration users for Raspberry Pi V4L2 will need to mount their /dev/
1. **Run the following script**

```
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_jellyfin.sh | sudo bash
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_jellyfin.sh | bash
```

This will preserve any persistent data under /jellyfin of User Directory, you can adapt the path to whatever suits you.
Expand Down
2 changes: 1 addition & 1 deletion docs/nextcloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
1. **Run the following script**

```
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_nextcloud.sh | sudo bash
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_nextcloud.sh | bash
```

This will preserve any persistent data under /nextcloud and /mysql of User Directory, you can adapt the path to whatever suits you.
Expand Down
4 changes: 2 additions & 2 deletions docs/nginx_proxy_manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ First thing we need to do is setup the folder structure and install some files t

Run the following script
```
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_nginx_proxy_manager.sh | sudo bash
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_nginx_proxy_manager.sh | bash
```

Your output should look something like this

```
# wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_nginx_proxy_manager.sh | sudo bash
# wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_nginx_proxy_manager.sh | bash
Creating directories...
Creating a blank nginx-proxy-manager config files
Creating a blank docker compose file
Expand Down
2 changes: 1 addition & 1 deletion docs/pi-hole.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

1. Run the following script
```
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_pi_hole.sh | sudo bash
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_pi_hole.sh | bash
```

## Method: 2 (Manual)
Expand Down
2 changes: 1 addition & 1 deletion docs/qbittorrent.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-
1. **Run the following script**

```
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_qbittorrent.sh | sudo bash
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_qbittorrent.sh | bash
```

This will preserve any persistent data under /qbittorrent of User Directory, you can adapt the path to whatever suits you.
Expand Down
2 changes: 1 addition & 1 deletion docs/radarr.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/d
1. **Run the following script**

```
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_radarr.sh | sudo bash
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_radarr.sh | bash
```

This will preserve any persistent data under /radarr of User Directory, you can adapt the path to whatever suits you.
Expand Down
2 changes: 1 addition & 1 deletion docs/sonarr.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/d
1. **Run the following script**

```
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_sonarr.sh | sudo bash
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_sonarr.sh | bash
```

This will preserve any persistent data under /sonarr of User Directory, you can adapt the path to whatever suits you.
Expand Down
2 changes: 1 addition & 1 deletion docs/vaultwarden.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Alternative implementation of the Bitwarden server API written in Rust and compa
1. **Run the following script**

```
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_vaultwarden.sh | sudo bash
wget -qO- https://raw.githubusercontent.com/akkupy/Homelab/main/scripts/install_vaultwarden.sh | bash
```

This will preserve any persistent data under /vaultwarden of User Directory, you can adapt the path to whatever suits you.
Expand Down

0 comments on commit 40ef02d

Please sign in to comment.