mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "54347d6ffd512865687eaafc1118289f306545e3" and "43ed3ffcaa6d6cf106ac9ca73cf00346845f05fe" have entirely different histories.
54347d6ffd
...
43ed3ffcaa
|
@ -23,7 +23,7 @@ var_disk="4"
|
|||
var_cpu="2"
|
||||
var_ram="1024"
|
||||
var_os="debian"
|
||||
var_version="12"
|
||||
var_version="11"
|
||||
variables
|
||||
color
|
||||
catch_errors
|
||||
|
|
|
@ -23,7 +23,7 @@ var_disk="4"
|
|||
var_cpu="2"
|
||||
var_ram="1024"
|
||||
var_os="debian"
|
||||
var_version="12"
|
||||
var_version="11"
|
||||
variables
|
||||
color
|
||||
catch_errors
|
||||
|
|
|
@ -52,7 +52,7 @@ $STD apt-get update
|
|||
$STD apt-get -y install 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)
|
||||
. ~/.bashrc
|
||||
$STD nvm install 16.20.1
|
||||
|
|
|
@ -23,7 +23,7 @@ msg_ok "Installed Dependencies"
|
|||
|
||||
msg_info "Installing Sonarr"
|
||||
$STD apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 2009837CBFFD68F45BC180471F4F90DE2A9B4BF8
|
||||
sh -c 'echo "deb https://apt.sonarr.tv/debian testing-main main" > /etc/apt/sources.list.d/sonarr.list'
|
||||
sh -c 'echo "deb https://apt.sonarr.tv/debian buster-develop main" > /etc/apt/sources.list.d/sonarr.list'
|
||||
$STD apt-get update
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confold" install -qqy sonarr &>/dev/null
|
||||
msg_ok "Installed Sonarr"
|
||||
|
|
Loading…
Reference in New Issue