mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
update installer.py
removed formatting symbol f'', since "....x" is considered as a type in the formatting. actual directory is just "https://github.com/nodesource/distributions/blob/master/deb/setup_8.x"
This commit is contained in:
@@ -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_8.x', 'main')
|
||||
apt.add_source('nodesource', 'https://deb.nodesource.com/node_8.x', 'main')
|
||||
apt.install_packages(['nodejs'])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user