Update on_startup.sh
Browse files- on_startup.sh +1 -0
on_startup.sh
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
#!/bin/bash
|
|
|
2 |
apt update && apt upgrade
|
3 |
pip install -U jupyter
|
4 |
apt install wget
|
|
|
1 |
#!/bin/bash
|
2 |
+
pip install -U jupyter
|
3 |
apt update && apt upgrade
|
4 |
pip install -U jupyter
|
5 |
apt install wget
|