mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update ombi-install.sh
This commit is contained in:
parent
e3ac505f5a
commit
35fdc52d33
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ msg_ok "Set up Container OS"
|
|||
msg_ok "Network Connected: ${BL}$(hostname -I)"
|
||||
|
||||
msg_info "Setting up Ombi Repository and Key"
|
||||
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 $( lsb_release -c -s ) main" | sudo tee /etc/apt/sources.list.d/ombi.list &>/dev/null
|
||||
curl -sSL https://apt.ombi.app/pub.key | sudo apt-key add - &>/dev/null
|
||||
msg_ok "Set up Ombi Repository and Key"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue