We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefeff9 commit 889a8cbCopy full SHA for 889a8cb
docs/docs/contributing/testing.md
@@ -30,6 +30,19 @@ curl -s "https://beta-apt.hestiacp.com/pubkey.gpg" | gpg --dearmor | tee /usr/sh
30
apt update && apt upgrade
31
```
32
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
46
## Disabling the beta repo
47
48
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