Files
Librography/Setup-Linux/setup-files.sh
T

14 lines
295 B
Bash
Executable File

#!/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