|
|
@@ -1,15 +1,16 @@
|
|
|
#!/bin/bash
|
|
|
-
|
|
|
-# v-update-sys-hestia-git
|
|
|
+# info: Delete log file for user
|
|
|
+# options: REPOSITORY BRANCH INSTALL [PACKAGES]
|
|
|
+#
|
|
|
+# example: v-update-sys-hestia-git hestiacp staging/beta install all
|
|
|
+# # Will download from the hestiacp repository
|
|
|
+# # Pulls code from staging/beta branch
|
|
|
+# # install: installs package immediately
|
|
|
+# # install-auto: installs package and schedules automatic updates from Git
|
|
|
+# # 'all': (optional) - compiles nginx and php alongside panel.
|
|
|
+# # this option takes a long time, only use when needed
|
|
|
+#
|
|
|
# Downloads and compiles/installs packages from GitHub repositories
|
|
|
-# Options: REPOSITORY BRANCH INSTALL [PACKAGES]
|
|
|
-# Example: v-update-sys-hestia-git hestiacp staging/beta install all
|
|
|
-# - Will download from the hestiacp repository
|
|
|
-# - Pulls code from staging/beta branch
|
|
|
-# - install: installs package immediately
|
|
|
-# - install-auto: installs package and schedules automatic updates from Git
|
|
|
-# - 'all': (optional) - compiles nginx and php alongside panel.
|
|
|
-# this option takes a long time, only use when needed
|
|
|
|
|
|
|
|
|
# Define download function
|