next #1
|
@ -27,8 +27,8 @@ ln -s /hostroot/root /root/.home
|
||||||
|
|
||||||
# install other stuff here
|
# install other stuff here
|
||||||
|
|
||||||
pip install -U pip
|
pip3 install -U pip
|
||||||
# install black
|
pip3 install black
|
||||||
# install python packages
|
# install python packages
|
||||||
# install yarn
|
# install yarn
|
||||||
# install prettier
|
# install prettier
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -x
|
||||||
|
|
||||||
|
env
|
||||||
|
|
||||||
TD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd)"
|
TD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd)"
|
||||||
|
|
||||||
U="$USERNAME_TO_ADD"
|
U="$USERNAME_TO_ADD"
|
||||||
|
|
Loading…
Reference in New Issue