Skip to content

Commit cba0921

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 cba0921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)