We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87b244c + 7c2c2cb commit f31af75Copy full SHA for f31af75
Vagrantfile
@@ -1,6 +1,10 @@
1
$frontend = <<-SHELL
2
#!/bin/bash -eux
3
4
+ # TEMPORARY: Path old Ubuntu release
5
+ sed -i -e 's#archive.ubuntu.com#old-releases.ubuntu.com#' /etc/apt/sources.list
6
+ sed -i -e 's#security.ubuntu.com#old-releases.ubuntu.com#' /etc/apt/sources.list
7
+
8
# Enable the NodeSource repository
9
curl -sL https://deb.nodesource.com/setup_20.x | bash -
10
@@ -87,6 +91,10 @@ SHELL
87
91
$epub = <<-SHELL
88
92
89
93
94
95
96
97
90
98
99
100
0 commit comments