more folder structure

This commit is contained in:
Odweta
2024-01-30 18:33:17 +01:00
parent ab606881b2
commit afd26a2b2c
2 changed files with 0 additions and 0 deletions
+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