Ernesto Nicolás Carrea 5 лет назад
Родитель
Сommit
f2825d458e
1 измененных файлов с 1 добавлено и 1 удалено
  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)"