Update ombi-install.sh

pull/370/head
Kickbut101 3 years ago
parent 379a540c30
commit e5dc13b2f8
  1. 2
      setup/ombi-install.sh

@ -67,7 +67,7 @@ msg_ok "Installed Dependencies"
msg_info "Setting up Ombi Repository and Key" msg_info "Setting up Ombi Repository and Key"
curl -sSL https://apt.ombi.app/pub.key | sudo apt-key add - &>/dev/null curl -sSL https://apt.ombi.app/pub.key | sudo apt-key add - &>/dev/null
echo "deb https://apt.ombi.app/master jessie main" | sudo tee /etc/apt/sources.list.d/ombi.list &>/dev/null echo "deb https://apt.ombi.app/master debian main" | sudo tee /etc/apt/sources.list.d/ombi.list &>/dev/null
msg_ok "Set up Ombi Repository and Key" msg_ok "Set up Ombi Repository and Key"
msg_info "Updating Container OS with new repository" msg_info "Updating Container OS with new repository"

Loading…
Cancel
Save