File tree 4 files changed +4
-152
lines changed
4 files changed +4
-152
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,18 @@ set -euo pipefail
9
9
# Discussion, issues and change requests at:
10
10
# https://github.com/nodesource/distributions
11
11
#
12
- # Script to install the NodeSource Node.js 4 .x repo onto a
12
+ # Script to install the NodeSource Node.js 10 .x repo onto a
13
13
# Debian or Ubuntu system.
14
14
15
15
export DEBIAN_FRONTEND=noninteractive
16
16
17
- echo " Installing the NodeSource Node.js 6 .x repo..."
17
+ echo " Installing the NodeSource Node.js 10 .x repo..."
18
18
19
19
apt-get update
20
20
apt-get install -qq apt-transport-https
21
21
22
- echo ' deb https://deb.nodesource.com/node_6 .x jessie main' > /etc/apt/sources.list.d/nodesource.list
23
- echo ' deb-src https://deb.nodesource.com/node_6 .x jessie main' >> /etc/apt/sources.list.d/nodesource.list
22
+ echo ' deb https://deb.nodesource.com/node_10 .x jessie main' > /etc/apt/sources.list.d/nodesource.list
23
+ echo ' deb-src https://deb.nodesource.com/node_10 .x jessie main' >> /etc/apt/sources.list.d/nodesource.list
24
24
25
25
# Add nodesource's apt gpg key inline
26
26
echo "
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments