bugfix
This commit is contained in:
parent
69bbe0a9d2
commit
5fdef0602e
1
build.sh
1
build.sh
@ -4,6 +4,7 @@
|
|||||||
cdir=$(pwd)
|
cdir=$(pwd)
|
||||||
uname=$(id -un)
|
uname=$(id -un)
|
||||||
gname=$(id -gn)
|
gname=$(id -gn)
|
||||||
|
sudo apt install redis-server
|
||||||
python3 -m venv py3
|
python3 -m venv py3
|
||||||
source py3/bin/activate
|
source py3/bin/activate
|
||||||
$cdir/py3/bin/pip install -r requirements.txt
|
$cdir/py3/bin/pip install -r requirements.txt
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user