robocan commited on
Commit
a13b505
·
1 Parent(s): 3dfc56e

Update on_startup.sh

Browse files
Files changed (1) hide show
  1. on_startup.sh +1 -1
on_startup.sh CHANGED
@@ -1,5 +1,5 @@
1
  #!/bin/bash
2
- pip install -U jupyter
3
  apt update && apt upgrade
4
  pip install -U jupyter
5
  apt install wget
 
1
  #!/bin/bash
2
+ sudo pip install -U jupyter
3
  apt update && apt upgrade
4
  pip install -U jupyter
5
  apt install wget