Wed Jun 21 15:43:39 CEST 2023

This commit is contained in:
mnjx
2023-06-21 17:52:01 +02:00
12 changed files with 290 additions and 159 deletions
+2 -3
View File
@@ -1,16 +1,15 @@
SHELL=/bin/bash
install:
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements.txt --break-system-packages
./.config/mkdirs.sh
cp ./src/main.py /bin/solen
chmod 774 /bin/solen
chmod 774 /usr/bin/solen
cp ./src/lib/*.py $(HOME)/.local/lib/python3.11/site-packages/solenlib
cp ./src/lib/shadow $(HOME)/.local/lib/solendata
cp ./src/lib/data/*.csv $(HOME)/.local/lib/solendata
run:
./.config/launch.sh