mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 11:22:34 +00:00
pveceph install: set repo URL to download.proxmox.com nautilus repo
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
9e5460013f
commit
cf06393a7a
@ -100,8 +100,6 @@ __PACKAGE__->register_method ({
|
||||
my $repolist;
|
||||
if ($cephver eq 'nautilus') {
|
||||
$repolist = "deb http://download.proxmox.com/debian/ceph-nautilus buster main\n";
|
||||
# FIXME: remove non-public testing repo
|
||||
$repolist = "deb http://repo.proxmox.com/staging/ceph-nautilus buster ceph-14.0\n";
|
||||
} elsif ($cephver eq 'luminous') {
|
||||
$repolist = "deb http://download.proxmox.com/debian/ceph-luminous buster main\n";
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user