[seiscomp, scanloc] Install, add .gitignore
This commit is contained in:
1
share/deps/ubuntu/20.04/install-base.sh
Normal file
1
share/deps/ubuntu/20.04/install-base.sh
Normal file
@ -0,0 +1 @@
|
||||
apt-get install libxml2 libboost-filesystem1.71.0 libboost-iostreams1.71.0 libboost-thread1.71.0 libboost-program-options1.71.0 libboost-regex1.71.0 libboost-system1.71.0 libssl1.1 libncurses5 libmysqlclient21 libmariadb3 libpq5 libpython3.8 python3-numpy
|
1
share/deps/ubuntu/20.04/install-fdsnws.sh
Normal file
1
share/deps/ubuntu/20.04/install-fdsnws.sh
Normal file
@ -0,0 +1 @@
|
||||
apt-get install python3-twisted python3-dateutil
|
1
share/deps/ubuntu/20.04/install-gui.sh
Normal file
1
share/deps/ubuntu/20.04/install-gui.sh
Normal file
@ -0,0 +1 @@
|
||||
apt install libqt5gui5 libqt5xml5 libqt5opengl5 libqt5sql5-sqlite libqt5svg5 libqt5printsupport5
|
1
share/deps/ubuntu/20.04/install-iloc.sh
Symbolic link
1
share/deps/ubuntu/20.04/install-iloc.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../iloc/install-iloc.sh
|
1
share/deps/ubuntu/20.04/install-mariadb-server.sh
Normal file
1
share/deps/ubuntu/20.04/install-mariadb-server.sh
Normal file
@ -0,0 +1 @@
|
||||
apt-get install mariadb-server mariadb-client
|
1
share/deps/ubuntu/20.04/install-mysql-server.sh
Normal file
1
share/deps/ubuntu/20.04/install-mysql-server.sh
Normal file
@ -0,0 +1 @@
|
||||
apt-get install mysql-server mysql-client
|
1
share/deps/ubuntu/20.04/install-postgresql-server.sh
Normal file
1
share/deps/ubuntu/20.04/install-postgresql-server.sh
Normal file
@ -0,0 +1 @@
|
||||
apt-get install postgresql postgresql-client
|
Reference in New Issue
Block a user