Skip to content

Commit 889a8cb

Browse files
authored
Add not on beta new install (hestiacp#3324)
1 parent eefeff9 commit 889a8cb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/docs/contributing/testing.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,19 @@ curl -s "https://beta-apt.hestiacp.com/pubkey.gpg" | gpg --dearmor | tee /usr/sh
3030
apt update && apt upgrade
3131
```
3232

33+
## Install from beta repo
34+
35+
If you want to install a new Hestia installation form the beta server.
36+
37+
```bash
38+
# Debian
39+
wget https://beta-apt.hestiacp.com/hst-install-debian.sh
40+
# or Ubuntu
41+
wget https://beta-apt.hestiacp.com/hst-install-ubuntu.sh
42+
```
43+
44+
Then install via bash hst-install-debian.sh or bash hst-install-ubuntu.sh
45+
3346
## Disabling the beta repo
3447

3548
Edit `/etc/apt/sources.list.d/hestia.list` and remove the `#` in front of `apt.hestiacp.com`, and add a `#` in front of `beta-apt.hestiacp.com`.

0 commit comments

Comments
 (0)