mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2026-07-29 09:51:35 +00:00
Compare commits
3 Commits
b8382da30d
...
dp_sudo
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95c80ae455 | ||
|
|
d12423d78c | ||
|
|
910e9c2cae |
@@ -23,8 +23,8 @@ Xen-Orchestra (Community Edition) allows you to administer Citrix Hypervisor (ak
|
|||||||
|
|
||||||
Run the following steps from a root shell on your **Ubuntu or Debian** host.
|
Run the following steps from a root shell on your **Ubuntu or Debian** host.
|
||||||
|
|
||||||
curl https://raw.githubusercontent.com/Jarli01/xenorchestra_installer/master/xo_install.sh | sudo bash
|
sudo bash
|
||||||
<password>
|
bash -c "$(curl https://raw.githubusercontent.com/Jarli01/xenorchestra_installer/master/xo_install.sh)"
|
||||||
|
|
||||||
The default username and password are applied, admin@admin.net and admin for the password
|
The default username and password are applied, admin@admin.net and admin for the password
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ xo_service="xo-server.service"
|
|||||||
#Install yarn
|
#Install yarn
|
||||||
cd /opt
|
cd /opt
|
||||||
|
|
||||||
/usr/bin/curl -sSL $yarn_gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null
|
/usr/bin/curl -sSL $yarn_gpg | gpg --dearmor | tee /usr/share/keyrings/yarnkey.gpg >/dev/null
|
||||||
echo "$yarn_repo" | tee /etc/apt/sources.list.d/yarn.list
|
echo "$yarn_repo" | tee /etc/apt/sources.list.d/yarn.list
|
||||||
/usr/bin/apt-get update
|
/usr/bin/apt-get update
|
||||||
/usr/bin/apt-get install --yes yarn
|
/usr/bin/apt-get install --yes yarn
|
||||||
@@ -37,7 +37,7 @@ echo "$yarn_repo" | tee /etc/apt/sources.list.d/yarn.list
|
|||||||
/bin/chmod +x $n_location
|
/bin/chmod +x $n_location
|
||||||
|
|
||||||
# Install node via n
|
# Install node via n
|
||||||
n lts
|
n 18
|
||||||
|
|
||||||
# Symlink node directories
|
# Symlink node directories
|
||||||
ln -s /usr/bin/node /usr/local/bin/node
|
ln -s /usr/bin/node /usr/local/bin/node
|
||||||
|
|||||||
Reference in New Issue
Block a user