Browse Source

Remove obsolete variables

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

+ 0 - 4
src/hst_autocompile.sh

@@ -258,10 +258,6 @@ if [ "$HESTIA_DEBUG" = 'true' ]; then
     echo "Source directory : $SRC_DIR"
 fi
 
-# Set git repository raw path
-GIT_REP_DEB='https://raw.githubusercontent.com/'$REPO'/'$branch'/src/deb'
-GIT_REP_RPM='https://raw.githubusercontent.com/'$REPO'/'$branch'/src/rpm'
-
 # Generate Links for sourcecode
 HESTIA_ARCHIVE_LINK='https://github.com/'$REPO'/archive/'$branch'.tar.gz'
 NGINX='https://nginx.org/download/nginx-'$NGINX_V'.tar.gz'