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 @@ -6,7 +6,7 @@ $frontend = <<-SHELL
66 sed -i -e 's#security.ubuntu.com#old-releases.ubuntu.com#' /etc/apt/sources.list
77
88 # Enable the NodeSource repository
9- curl -sL https://deb.nodesource.com/setup_20 .x | bash -
9+ curl -sL https://deb.nodesource.com/setup_22 .x | bash -
1010
1111 # Generate list of installed packages
1212 dpkg -l | awk '$1 == "ii" { printf "%s\\ n", $2 }' > /vagrant/vm_apt_installed.txt
@@ -96,7 +96,7 @@ $epub = <<-SHELL
9696 sed -i -e 's#security.ubuntu.com#old-releases.ubuntu.com#' /etc/apt/sources.list
9797
9898 # Enable the NodeSource repository
99- curl -sL https://deb.nodesource.com/setup_20 .x | bash -
99+ curl -sL https://deb.nodesource.com/setup_22 .x | bash -
100100
101101 # Generate list of installed packages
102102 dpkg -l | awk '$1 == "ii" { printf "%s\\ n", $2 }' > /vagrant/vm_apt_installed.txt
You can’t perform that action at this time.
0 commit comments