Skip to content

Commit

Permalink
Merge pull request hestiacp#1163 from hestiacp/fix/2020-09_refactor-l…
Browse files Browse the repository at this point in the history
…xd-compiler

Refactor LXD Compiler to main branch.
  • Loading branch information
ScIT-Raphael authored Sep 9, 2020
2 parents e7fc49e + 6fdd6c5 commit 5801e0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lxd_build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Configs:
oslist=('debian=9,10' 'ubuntu=16.04,18.04,20.04')
branch='master'
branch='main'


function setup_container() {
Expand Down
4 changes: 2 additions & 2 deletions src/lxd_compile.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5801e0e

Please sign in to comment.