Skip to content
Snippets Groups Projects
Commit 3c8be846 authored by David Trattnig's avatar David Trattnig
Browse files

Rename "script" to "scripts". #50

parent be19bf34
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ logs ...@@ -5,7 +5,7 @@ logs
tmp tmp
.vscode/tags .vscode/tags
config/engine.ini config/engine.ini
script/.engine.install-db.lock scripts/.engine.install-db.lock
.engine.install-db.lock .engine.install-db.lock
config/systemd/dev/ config/systemd/dev/
env.list env.list
......
...@@ -26,7 +26,7 @@ fi ...@@ -26,7 +26,7 @@ fi
# Development and Production # Development and Production
echo "Installing OPAM Packages ..." echo "Installing OPAM Packages ..."
bash script/install-opam-packages.sh bash scripts/install-opam-packages.sh
echo "Installing Python Requirements ..." echo "Installing Python Requirements ..."
$PYTHON_EXEC $(which pip3) install -r requirements.txt $PYTHON_EXEC $(which pip3) install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment