Mon Jun 12 06:03:14 CEST 2023

This commit is contained in:
mnjx
2023-06-12 06:21:02 +02:00
parent f7c2b541b5
commit 783a37186e
16 changed files with 250 additions and 152 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
if command -v solen > /dev/null
then
solen
else
python3 "./src/main.py"
fi
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
if [ ! -d "$HOME/.local/lib/python3.11/site-packages/solenlib" ]; then
sudo mkdir --parents "$HOME/.local/lib/python3.11/site-packages/solenlib"
fi
if [ ! -d "$HOME/.local/lib/solendata" ]; then
sudo mkdir --parents "$HOME/.local/lib/solendata"
fi