add setup scripts for linux, change data folder, basic working on linux fist time
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir /opt
|
||||
sudo pacman -S 7zip
|
||||
sudo 7z x ../setup/data -o/opt/ -aoa
|
||||
sudo chown root -R /opt/Librography
|
||||
sudo chmod 777 -R /opt/
|
||||
cp DBType /opt/Librography/
|
||||
#touch /opt/Librography/DBType
|
||||
#echo "mysql" >> /opt/Librography/DBType
|
||||
#sed -i 's/^[^0-9]*//' /opt/Librography/DBType
|
||||
|
||||
#pause
|
||||
Reference in New Issue
Block a user