mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Move tljh-config symlink to /usr/bin
Removes a lot of 'sudo -E' usage, and eventually should let us get rid of the $PATH override for jupyterhub-admins, which arguably is less secure than just dropping stuff into /usr/bin Also remove sudo -E from apt and mkdir calls. Not necessary.
This commit is contained in:
@@ -81,7 +81,7 @@ time. You can download it from your browser `at this link <https://swcarpentry.g
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
sudo -E apt-get install unzip
|
||||
sudo apt install unzip
|
||||
|
||||
#. Finally, unzip the the file:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user