Skip to content

Commit 5801e0e

Browse files
authored
Merge pull request hestiacp#1163 from hestiacp/fix/2020-09_refactor-lxd-compiler
Refactor LXD Compiler to main branch.
2 parents e7fc49e + 6fdd6c5 commit 5801e0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/lxd_build_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Configs:
1616
oslist=('debian=9,10' 'ubuntu=16.04,18.04,20.04')
17-
branch='master'
17+
branch='main'
1818

1919

2020
function setup_container() {

src/lxd_compile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

3-
branch=${1-master}
3+
branch=${1-main}
44

55
apt -y install curl wget
66

7-
curl https://raw.githubusercontent.com/hestiacp/hestiacp/master/src/hst_autocompile.sh > /tmp/hst_autocompile.sh
7+
curl https://raw.githubusercontent.com/hestiacp/hestiacp/main/src/hst_autocompile.sh > /tmp/hst_autocompile.sh
88
chmod +x /tmp/hst_autocompile.sh
99

1010
mkdir -p /opt/hestiacp

0 commit comments

Comments
 (0)