You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***NOTE:** Hestia Control Panel must be installed on top of a fresh operating system installation to ensure proper functionality.
34
34
35
35
Installing Hestia Control Panel
@@ -65,6 +65,14 @@ bash hst-install.sh -h
65
65
```
66
66
Alternatively, @gabizz has made available a command-line script generator at https://gabizz.github.io/hestiacp-scriptline-generator/ which allows you to easily generate the installation command via GUI.
67
67
68
+
Installing Hestia Control Panel
69
+
============================
70
+
Updates of existing installations are performed by the Auto Updater. If you want to do this manually, you can do it via the apt package manager;
71
+
```bash
72
+
apt-get update
73
+
apt-get upgrade
74
+
```
75
+
68
76
Issues
69
77
=============================
70
78
If you've run into a problem, [file a new issue report via GitHub](https://github.com/hestiacp/hestiacp/issues) so that we may investigate further.
0 commit comments