We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36f63c commit 3262236Copy full SHA for 3262236
1 file changed
setup.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
#
3
-# Copyright 2018, 2020 Delphix
+# Copyright 2018, 2025 Delphix
4
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
# you may not use this file except in compliance with the License.
@@ -80,7 +80,7 @@ function configure_apt_sources() {
80
deb ${primary_url} ${UBUNTU_DISTRIBUTION}-backports main restricted universe multiverse
81
deb-src ${primary_url} ${UBUNTU_DISTRIBUTION}-backports main restricted universe multiverse
82
83
- deb ${secondary_url} ${UBUNTU_DISTRIBUTION} main multiverse universe
+ deb ${secondary_url} ${UBUNTU_DISTRIBUTION} main multiverse universe stable
84
EOF" || die "/etc/apt/sources.list could not be updated"
85
86
logmust sudo apt-key add "$TOP/resources/delphix-secondary-mirror.key"
0 commit comments