Skip to content

Commit 6fdd6c5

Browse files
committed
Refactor LXD Compiler to main branch.
1 parent 3fd4e37 commit 6fdd6c5

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)