Browse Source

Use official Hestia repo

Ernesto Nicolás Carrea 5 years ago
parent
commit
f2825d458e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/hst_autocompile.sh

+ 1 - 1
src/hst_autocompile.sh

@@ -95,7 +95,7 @@ usage() {
 }
 
 # Set compiling directory
-REPO='hestia/hestiacp'
+REPO='hestiacp/hestiacp'
 BUILD_DIR='/tmp/hestiacp-src'
 INSTALL_DIR='/usr/local/hestia'
 SRC_DIR="$(cd "$(dirname "$0")/.." && pwd)"