Skip to content
Merged
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
8 changes: 8 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -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 -
Expand Down Expand Up @@ -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 -
Expand Down
Loading