diff --git a/Vagrantfile b/Vagrantfile index 6e405e1fe..1ed478958 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,6 +1,10 @@ $frontend = <<-SHELL #!/bin/bash -eux + # TEMPORARY: Path old Ubuntu release + sed -i -e 's#archive.ubuntu.com#old-releases.ubuntu.com#' /etc/apt/sources.list + sed -i -e 's#security.ubuntu.com#old-releases.ubuntu.com#' /etc/apt/sources.list + # Enable the NodeSource repository curl -sL https://deb.nodesource.com/setup_20.x | bash - @@ -87,6 +91,10 @@ SHELL $epub = <<-SHELL #!/bin/bash -eux + # TEMPORARY: Path old Ubuntu release + sed -i -e 's#archive.ubuntu.com#old-releases.ubuntu.com#' /etc/apt/sources.list + sed -i -e 's#security.ubuntu.com#old-releases.ubuntu.com#' /etc/apt/sources.list + # Enable the NodeSource repository curl -sL https://deb.nodesource.com/setup_20.x | bash -