File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,27 +19,27 @@ case "${FLAVOUR?}" in
19
19
;;
20
20
21
21
bullseye_64)
22
- wget -OL /tmp/puppet.deb https://s3.osuosl.org/openvox-apt/openvox8-release-debian11.deb
22
+ wget -O /tmp/puppet.deb https://s3.osuosl.org/openvox-apt/openvox8-release-debian11.deb
23
23
24
24
;;
25
25
26
26
bookworm_64)
27
- wget -OL /tmp/puppet.deb https://s3.osuosl.org/openvox-apt/openvox8-release-debian12.deb
27
+ wget -O /tmp/puppet.deb https://s3.osuosl.org/openvox-apt/openvox8-release-debian12.deb
28
28
29
29
;;
30
30
31
31
bionic_64)
32
- wget -OL /tmp/puppet.deb https://s3.osuosl.org/openvox-apt/openvox8-release-ubuntu18.04.deb
32
+ wget -O /tmp/puppet.deb https://s3.osuosl.org/openvox-apt/openvox8-release-ubuntu18.04.deb
33
33
34
34
;;
35
35
36
36
focal_64)
37
- wget -OL /tmp/puppet.deb https://s3.osuosl.org/openvox-apt/openvox8-release-ubuntu20.04.deb
37
+ wget -O /tmp/puppet.deb https://s3.osuosl.org/openvox-apt/openvox8-release-ubuntu20.04.deb
38
38
39
39
;;
40
40
41
41
noble_64)
42
- wget -OL /tmp/puppet.deb https://s3.osuosl.org/openvox-apt/openvox8-release-ubuntu24.04.deb
42
+ wget -O /tmp/puppet.deb https://s3.osuosl.org/openvox-apt/openvox8-release-ubuntu24.04.deb
43
43
44
44
;;
45
45
You can’t perform that action at this time.
0 commit comments