diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2022-12-24 15:11:13 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2022-12-24 15:11:13 +0100 |
commit | f30956a56f24d32235c6d6ba61380c804da0157b (patch) | |
tree | 78a425f3757319c3b0278362f10900279d75d1f9 /bin/install.sh | |
parent | 4b2853d0a1c994602c6c62a047acee3c723c4e89 (diff) | |
download | Luxcena-Neo-f30956a56f24d32235c6d6ba61380c804da0157b.tar.gz Luxcena-Neo-f30956a56f24d32235c6d6ba61380c804da0157b.zip |
Improve install scripts
Diffstat (limited to 'bin/install.sh')
-rwxr-xr-x | bin/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install.sh b/bin/install.sh index 2c96658..93fd7a1 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -140,7 +140,7 @@ else execCommand "apt -qy install nodejs" fi execCommand "apt -qy install jq curl" -execCommand "apt -qy install python3-pip" +execCommand "apt -qy install python3-pip python3-venv" execCommand "pip3 install virtualenv" # Get package |