Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ chroot binary bash -c 'rm -f /etc/apt/sources.list /etc/apt/sources.list.d/*'
# sources configuration that points to our internal Ubuntu mirror.
#
if [[ $APPLIANCE_VARIANT = "internal-dev" ]]; then
cat <<-EOF >/etc/apt/sources.list.d/delphix.list
chroot binary bash -c 'cat <<-EOF >/etc/apt/sources.list.d/delphix.list
deb http://linux-package-mirror-v2.delphix.com/develop/latest/ubuntu noble main restricted multiverse universe
deb http://linux-package-mirror-v2.delphix.com/develop/latest/ubuntu noble-updates main restricted multiverse universe
deb http://linux-package-mirror-v2.delphix.com/develop/latest/ubuntu noble-security main
EOF
EOF'
fi
Loading