Skip to content

Commit 7082a1e

Browse files
authored
Merge pull request #97 from choria-io/openvox
Install using openvox
2 parents de44db0 + a0ebb7b commit 7082a1e

File tree

1 file changed

+9
-25
lines changed

1 file changed

+9
-25
lines changed

install-choria.sh

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,56 +6,40 @@ FLAVOUR=$(cat /etc/packager.txt)
66
METHOD="apt"
77

88
case "${FLAVOUR?}" in
9-
el7_64)
10-
rpm -ivh http://yum.puppetlabs.com/puppet8-release-el-7.noarch.rpm
11-
METHOD="yum"
12-
13-
;;
14-
159
el8_64)
16-
rpm -ivh http://yum.puppetlabs.com/puppet8-release-el-8.noarch.rpm
10+
rpm -ivh https://s3.osuosl.org/openvox-yum/openvox8-release-el-8.noarch.rpm
1711
METHOD="yum"
1812

1913
;;
2014

2115
el9_64)
22-
rpm -ivh http://yum.puppetlabs.com/puppet8-release-el-9.noarch.rpm
16+
rpm -ivh https://s3.osuosl.org/openvox-yum/openvox8-release-el-9.noarch.rpm
2317
METHOD="yum"
2418

2519
;;
2620

27-
buster_64)
28-
wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet8-release-buster.deb
21+
bullseye_64)
22+
wget -OL /tmp/puppet.deb https://s3.osuosl.org/openvox-apt/openvox8-release-debian11.deb
2923

3024
;;
3125

32-
bullseye_64)
33-
wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet8-release-bullseye.deb
26+
bookworm_64)
27+
wget -OL /tmp/puppet.deb https://s3.osuosl.org/openvox-apt/openvox8-release-debian12.deb
3428

3529
;;
3630

3731
bionic_64)
38-
wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet8-release-bionic.deb
32+
wget -OL /tmp/puppet.deb https://s3.osuosl.org/openvox-apt/openvox8-release-ubuntu18.04.deb
3933

4034
;;
4135

4236
focal_64)
43-
wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet8-release-focal.deb
44-
45-
;;
46-
47-
jammy_64)
48-
wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet8-release-jammy.deb
37+
wget -OL /tmp/puppet.deb https://s3.osuosl.org/openvox-apt/openvox8-release-ubuntu20.04.deb
4938

5039
;;
5140

5241
noble_64)
53-
wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet8-release-noble.deb
54-
55-
;;
56-
57-
bookworm_64)
58-
wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet8-release-bookworm.deb
42+
wget -OL /tmp/puppet.deb https://s3.osuosl.org/openvox-apt/openvox8-release-ubuntu24.04.deb
5943

6044
;;
6145

0 commit comments

Comments
 (0)