mirror of https://github.com/tteck/Proxmox.git
Compare commits
3 Commits
d5ac9ed5b7
...
43ed3ffcaa
Author | SHA1 | Date |
---|---|---|
|
43ed3ffcaa | |
|
ecfb57a919 | |
|
34e22223f5 |
|
@ -52,7 +52,7 @@ $STD apt-get update
|
||||||
$STD apt-get -y install openresty
|
$STD apt-get -y install openresty
|
||||||
msg_ok "Installed Openresty"
|
msg_ok "Installed Openresty"
|
||||||
|
|
||||||
msg_info "Installing Node.js"
|
msg_info "Installing Node.js (Patience)"
|
||||||
$STD bash <(curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh)
|
$STD bash <(curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh)
|
||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
$STD nvm install 16.20.1
|
$STD nvm install 16.20.1
|
||||||
|
@ -60,7 +60,7 @@ ln -sf /root/.nvm/versions/node/v16.20.1/bin/node /usr/bin/node
|
||||||
msg_ok "Installed Node.js"
|
msg_ok "Installed Node.js"
|
||||||
|
|
||||||
msg_info "Installing Yarn"
|
msg_info "Installing Yarn"
|
||||||
$STD npm install --global yarn
|
$STD npm install -g yarn
|
||||||
msg_ok "Installed Yarn"
|
msg_ok "Installed Yarn"
|
||||||
|
|
||||||
RELEASE=$(curl -s https://api.github.com/repos/NginxProxyManager/nginx-proxy-manager/releases/latest |
|
RELEASE=$(curl -s https://api.github.com/repos/NginxProxyManager/nginx-proxy-manager/releases/latest |
|
||||||
|
|
|
@ -18,14 +18,13 @@ $STD apt-get install -y curl
|
||||||
$STD apt-get install -y sudo
|
$STD apt-get install -y sudo
|
||||||
$STD apt-get install -y mc
|
$STD apt-get install -y mc
|
||||||
$STD apt-get install -y gnupg
|
$STD apt-get install -y gnupg
|
||||||
$STD apt-key adv --fetch-keys 'https://packages.sury.org/php/apt.gpg'
|
|
||||||
$STD apt-get install -y apt-transport-https
|
$STD apt-get install -y apt-transport-https
|
||||||
$STD apt-get install -y lsb-release
|
$STD apt-get install -y lsb-release
|
||||||
$STD apt-get install -y ca-certificates
|
$STD apt-get install -y ca-certificates
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing YunoHost (Patience)"
|
msg_info "Installing YunoHost (Patience)"
|
||||||
wget -q -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
|
curl -sSLo /usr/share/keyrings/deb.sury.org-php.gpg https://packages.sury.org/php/apt.gpg
|
||||||
$STD bash <(curl -fsSL https://install.yunohost.org) -a
|
$STD bash <(curl -fsSL https://install.yunohost.org) -a
|
||||||
msg_ok "Installed YunoHost"
|
msg_ok "Installed YunoHost"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue