Update README.md
This commit is contained in:
parent
3093eafc05
commit
68067884bb
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -70,6 +70,14 @@ Before running the installation script, you must complete the following steps in
|
||||||
Log into your fresh **Ubuntu 22.04 LTS** server. The following commands will download the installation script, make it executable, and then run it with the necessary privileges.
|
Log into your fresh **Ubuntu 22.04 LTS** server. The following commands will download the installation script, make it executable, and then run it with the necessary privileges.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget [https://raw.githubusercontent.com/DualStackAdmin/self-hosted-m365-backup/main/install.sh](https://raw.githubusercontent.com/DualStackAdmin/self-hosted-m365-backup/main/install.sh)
|
wget https://github.com/DualStackAdmin/self-hosted-m365-backup/blob/main/install.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
chmod +x install.sh
|
chmod +x install.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
sudo ./install.sh
|
sudo ./install.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue