Skip to content

Commit

Permalink
switch to curl
Browse files Browse the repository at this point in the history
  • Loading branch information
HPPinata authored Aug 28, 2023
1 parent dde1e9c commit f694ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions combustion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mount /dev/sr1 /mnt
zypper rm -yu xen-tools-domU
/mnt/Linux/install.sh -d sles -m 15 -n

zypper in -y docker-compose wget zram-generator
zypper in -y docker-compose curl -O zram-generator
systemctl enable docker

cat <<'EOL' > /etc/systemd/zram-generator.conf
Expand All @@ -27,7 +27,7 @@ sed -i "s+SELINUX=enforcing+SELINUX=permissive+g" /etc/selinux/config

mkdir /var/orchestra
cd /var/orchestra
wget https://raw.githubusercontent.com/HPPinata/Xen-Orchestra-Install/main/compose.yml
curl -O https://raw.githubusercontent.com/HPPinata/Xen-Orchestra-Install/main/compose.yml

cat <<'EOL' > /var/orchestra/update.bash
#!/bin/bash
Expand Down

0 comments on commit f694ddc

Please sign in to comment.