|
|
@ -55,8 +55,8 @@ msg_ok "Set up Container OS" |
|
|
|
msg_ok "Network Connected: ${BL}$(hostname -I)" |
|
|
|
msg_ok "Network Connected: ${BL}$(hostname -I)" |
|
|
|
|
|
|
|
|
|
|
|
msg_info "Setting up Ombi Repository and Key" |
|
|
|
msg_info "Setting up Ombi Repository and Key" |
|
|
|
echo "deb https://apt.ombi.app/master $( lsb_release -c -s ) main" | sudo tee /etc/apt/sources.list.d/ombi.list &>/dev/null |
|
|
|
wget -q -O - 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 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" |
|
|
|
msg_info "Updating Container OS" |
|
|
|