removed postgres installer

This commit is contained in:
2023-01-04 12:20:47 -03:00
commit 4db7fd1781
602 changed files with 32919 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
#!/bin/sh
sudo rm -rf /opt/Librography
mkdir /opt
sudo pacman -S p7zip
sudo 7z x ../setup/data -o/opt/ -aoa
sudo chown root -R /opt/Librography
sudo chmod 777 -R /opt/Librography
cp DBType /opt/Librography/
#touch /opt/Librography/DBType
#echo "mysql" >> /opt/Librography/DBType
#sed -i 's/^[^0-9]*//' /opt/Librography/DBType
cp ../dist/Librography.jar /opt/Librography/
cp Librography.sh /opt/Librography/
sudo chmod a+rx /opt/Librography/Librography.jar
#pause