mirror of https://github.com/tteck/Proxmox.git
Compare commits
3 Commits
02c542d9db
...
811589a470
Author | SHA1 | Date |
---|---|---|
|
811589a470 | |
|
52ce746cbe | |
|
0e9aa8e620 |
|
@ -17,7 +17,6 @@ msg_info "Installing Dependencies"
|
|||
$STD apt-get install -y curl
|
||||
$STD apt-get install -y sudo
|
||||
$STD apt-get install -y mc
|
||||
$STD apt-get install -y gnupg
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
if [[ -z "$(grep -w "100000" /proc/self/uid_map)" ]]; then
|
||||
|
@ -37,8 +36,8 @@ if [[ -z "$(grep -w "100000" /proc/self/uid_map)" ]]; then
|
|||
fi
|
||||
|
||||
msg_info "Setting Up Plex Media Server Repository"
|
||||
$STD apt-key add <(curl -fsSL https://downloads.plex.tv/plex-keys/PlexSign.key)
|
||||
sh -c 'echo "deb [arch=$(dpkg --print-architecture)] https://downloads.plex.tv/repo/deb/ public main" > /etc/apt/sources.list.d/plexmediaserver.list'
|
||||
wget -qO- https://downloads.plex.tv/plex-keys/PlexSign.key >/etc/apt/trusted.gpg.d/PlexSign.asc
|
||||
echo "deb [arch=$(dpkg --print-architecture)] https://downloads.plex.tv/repo/deb/ public main" >/etc/apt/sources.list.d/plexmediaserver.list
|
||||
msg_ok "Set Up Plex Media Server Repository"
|
||||
|
||||
msg_info "Installing Plex Media Server"
|
||||
|
|
|
@ -114,8 +114,7 @@ exit-script() {
|
|||
|
||||
advanced_settings() {
|
||||
if [ "$var_os" == "ubuntu" ]; then
|
||||
if var_version=$(whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 10 58 4 \
|
||||
"18.04" "Bionic" OFF \
|
||||
if var_version=$(whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 10 58 3 \
|
||||
"20.04" "Focal" ON \
|
||||
"22.04" "Jammy" OFF \
|
||||
"22.10" "Kinetic" OFF \
|
||||
|
|
Loading…
Reference in New Issue