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
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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