mirror of https://github.com/tteck/Proxmox.git
Compare commits
4 Commits
43ed3ffcaa
...
54347d6ffd
Author | SHA1 | Date |
---|---|---|
|
54347d6ffd | |
|
41f44f4c28 | |
|
341405cf61 | |
|
de76bf329d |
|
@ -23,7 +23,7 @@ var_disk="4"
|
||||||
var_cpu="2"
|
var_cpu="2"
|
||||||
var_ram="1024"
|
var_ram="1024"
|
||||||
var_os="debian"
|
var_os="debian"
|
||||||
var_version="11"
|
var_version="12"
|
||||||
variables
|
variables
|
||||||
color
|
color
|
||||||
catch_errors
|
catch_errors
|
||||||
|
|
|
@ -23,7 +23,7 @@ var_disk="4"
|
||||||
var_cpu="2"
|
var_cpu="2"
|
||||||
var_ram="1024"
|
var_ram="1024"
|
||||||
var_os="debian"
|
var_os="debian"
|
||||||
var_version="11"
|
var_version="12"
|
||||||
variables
|
variables
|
||||||
color
|
color
|
||||||
catch_errors
|
catch_errors
|
||||||
|
|
|
@ -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 (Patience)"
|
msg_info "Installing Node.js"
|
||||||
$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
|
||||||
|
|
|
@ -23,7 +23,7 @@ msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing Sonarr"
|
msg_info "Installing Sonarr"
|
||||||
$STD apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 2009837CBFFD68F45BC180471F4F90DE2A9B4BF8
|
$STD apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 2009837CBFFD68F45BC180471F4F90DE2A9B4BF8
|
||||||
sh -c 'echo "deb https://apt.sonarr.tv/debian buster-develop main" > /etc/apt/sources.list.d/sonarr.list'
|
sh -c 'echo "deb https://apt.sonarr.tv/debian testing-main main" > /etc/apt/sources.list.d/sonarr.list'
|
||||||
$STD apt-get update
|
$STD apt-get update
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confold" install -qqy sonarr &>/dev/null
|
DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confold" install -qqy sonarr &>/dev/null
|
||||||
msg_ok "Installed Sonarr"
|
msg_ok "Installed Sonarr"
|
||||||
|
|
Loading…
Reference in New Issue