Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed May 13, 2024
1 parent e825641 commit 78b87c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/install-nextcloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In order to set up Nextcloud, you should use the scripts from the Nextcloud-VM,
```shell
sudo lvcreate --size 5G --name "NcVM-installation" ubuntu-vg \
&& sudo lvcreate --size 30G --name "NcVM-reserved" ubuntu-vg \
&& wget https://raw.githubusercontent.com/nextcloud/vm/master/nextcloud_install_production.sh \
&& wget https://raw.githubusercontent.com/nextcloud/vm/main/nextcloud_install_production.sh \
&& sudo bash nextcloud_install_production.sh --not-latest
```
1. Enter your **password** again
Expand Down
2 changes: 1 addition & 1 deletion docs/not-supported.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Not-supported Menu of the Nextcloud-VM features some exciting new scripts wh

**Copy and paste into your CLI:**
```shell
sudo wget https://raw.githubusercontent.com/nextcloud/vm/master/not-supported/not-supported.sh -P /var/scripts
sudo wget https://raw.githubusercontent.com/nextcloud/vm/main/not-supported/not-supported.sh -P /var/scripts
```
:::note
Although it says in the Menu that the offered scripts in this Menu are not ready yet, they are successfully tested!
Expand Down
2 changes: 1 addition & 1 deletion docs/restore-backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ At least Nextcloud 24 is required to proceed below, so make sure that you upgrad
1. Please **don't** connect the backup HDD to your server, yet or **disconnect** the backup HDD from your server!
1. Now run the restore-backup script by executing:
```shell
wget https://raw.githubusercontent.com/nextcloud/vm/master/not-supported/restore-backup.sh \
wget https://raw.githubusercontent.com/nextcloud/vm/main/not-supported/restore-backup.sh \
&& sudo bash restore-backup.sh
```
1. Enter your password
Expand Down
2 changes: 1 addition & 1 deletion docs/tpm2.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The abbreviation `CLI` will be used from now on in this guide (as synonym for co
1. Connect from a PC in the same network to your server over SSH (if not already done)
1. Copy and paste the following command over `CLI`:
```shell
wget https://raw.githubusercontent.com/nextcloud/vm/master/not-supported/tpm2-unlock.sh \
wget https://raw.githubusercontent.com/nextcloud/vm/main/not-supported/tpm2-unlock.sh \
&& sudo bash tpm2-unlock.sh
```
(**Hint**: On Windows 10, pasting works by pressing the right mouse-key)
Expand Down

0 comments on commit 78b87c2

Please sign in to comment.