Skip to content

Commit 6f927a0

Browse files
committed
Change Username
1 parent 79a4747 commit 6f927a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It creates a VM to run openSUSE MicroOS + docker-compose to use [this image](htt
66
```
77
yum upgrade -y && yum autoremove -y #update to get the correct guest-util ISO version
88
/opt/xensource/libexec/xen-cmdline --set-xen dom0_mem=2048M,max:2048M && reboot #set dom0 memory
9-
curl -O https://raw.githubusercontent.com/HPPinata/Xen-Orchestra-Install/main/createXO.bash
9+
curl -O https://raw.githubusercontent.com/Momi-V/Xen-Orchestra-Install/main/createXO.bash
1010
cat createXO.bash #look at the things you download
1111
bash createXO.bash
1212
```

combustion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sed -i "s+SELINUX=enforcing+SELINUX=permissive+g" /etc/selinux/config
2828

2929
mkdir /var/orchestra
3030
cd /var/orchestra
31-
curl -O https://raw.githubusercontent.com/HPPinata/Xen-Orchestra-Install/main/compose.yml
31+
curl -O https://raw.githubusercontent.com/Momi-V/Xen-Orchestra-Install/main/compose.yml
3232

3333
cat <<'EOL' > /var/orchestra/update.bash
3434
#!/bin/bash

createXO.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ combustion-ISO () {
1313
mkdir -p /var/opt/xen/ISO_Store
1414
isoSR=$(xe sr-create name-label=LocalISO type=iso device-config:location=/var/opt/xen/ISO_Store device-config:legacy_mode=true content-type=iso)
1515

16-
curl -O https://raw.githubusercontent.com/HPPinata/Xen-Orchestra-Install/main/combustion.bash
16+
curl -O https://raw.githubusercontent.com/Momi-V/Xen-Orchestra-Install/main/combustion.bash
1717

1818
while [ -z "$hashed_password" ]; do echo "Password previously unset or input inconsistent."; \
1919
hashed_password="$(python3 -c 'import crypt; import getpass; \

0 commit comments

Comments
 (0)