diff --git a/tljh/installer.py b/tljh/installer.py index a9357ef..3a3f3d2 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -92,7 +92,7 @@ sckuXINIU3DFWzZGr0QrqkuE/jyr7FXeUJj9B7cLo+s/TXo+RaVfi3kOc9BoxIvy -----END PGP PUBLIC KEY BLOCK----- """.strip() apt.trust_gpg_key(key) - apt.add_source('nodesource', f'https://deb.nodesource.com/node_10.x', 'main') + apt.add_source('nodesource', f'https://deb.nodesource.com/node_8.x', 'main') apt.install_packages(['nodejs'])