Skip to content

Commit 3262236

Browse files
committed
CP-13121 Add stable to the ppas mirror URL in the linux-pkg
PR URL: https://www.github.com/delphix/linux-pkg/pull/381
1 parent b36f63c commit 3262236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2018, 2020 Delphix
3+
# Copyright 2018, 2025 Delphix
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -80,7 +80,7 @@ function configure_apt_sources() {
8080
deb ${primary_url} ${UBUNTU_DISTRIBUTION}-backports main restricted universe multiverse
8181
deb-src ${primary_url} ${UBUNTU_DISTRIBUTION}-backports main restricted universe multiverse
8282
83-
deb ${secondary_url} ${UBUNTU_DISTRIBUTION} main multiverse universe
83+
deb ${secondary_url} ${UBUNTU_DISTRIBUTION} main multiverse universe stable
8484
EOF" || die "/etc/apt/sources.list could not be updated"
8585

8686
logmust sudo apt-key add "$TOP/resources/delphix-secondary-mirror.key"

0 commit comments

Comments
 (0)