File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments