Merge pull request #167 from gyg-github/patch-1

installer.py: remove unused f"..."
This commit is contained in:
Min RK
2018-08-29 03:47:06 -04:00
committed by GitHub

View File

@@ -92,7 +92,7 @@ sckuXINIU3DFWzZGr0QrqkuE/jyr7FXeUJj9B7cLo+s/TXo+RaVfi3kOc9BoxIvy
-----END PGP PUBLIC KEY BLOCK----- -----END PGP PUBLIC KEY BLOCK-----
""".strip() """.strip()
apt.trust_gpg_key(key) 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']) apt.install_packages(['nodejs'])