Sfoglia il codice sorgente

Refactor LXD Compiler to main branch.

Raphael Schneeberger 5 anni fa
parent
commit
6fdd6c5e34
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      src/lxd_build_all.sh
  2. 2 2
      src/lxd_compile.sh

+ 1 - 1
src/lxd_build_all.sh

@@ -14,7 +14,7 @@
 
 # Configs:
 oslist=('debian=9,10' 'ubuntu=16.04,18.04,20.04')
-branch='master'
+branch='main'
 
 
 function setup_container() {

+ 2 - 2
src/lxd_compile.sh

@@ -1,10 +1,10 @@
 #!/bin/bash
 
-branch=${1-master}
+branch=${1-main}
 
 apt -y install curl wget
 
-curl https://raw.githubusercontent.com/hestiacp/hestiacp/master/src/hst_autocompile.sh > /tmp/hst_autocompile.sh
+curl https://raw.githubusercontent.com/hestiacp/hestiacp/main/src/hst_autocompile.sh > /tmp/hst_autocompile.sh
 chmod +x /tmp/hst_autocompile.sh
 
 mkdir -p /opt/hestiacp