Add libdbi-perl and libdbd-odbc-perl to Apache install bash script
This commit is contained in:
parent
c16fdb2ecf
commit
e02a1524d1
@ -90,6 +90,8 @@ service apache2 restart 2>>install.log &&
|
||||
apt install libcgi-session-perl -y 2>>install.log &&
|
||||
apt install libapache2-mod-perl2 -y 2>>install.log &&
|
||||
apt install libarchive-zip-perl -y 2>>install.log &&
|
||||
apt install libdbi-perl -y 2>>install.log &&
|
||||
apt install libdbd-odbc-perl -y 2>>install.log &&
|
||||
apt install libdbd-sqlite2-perl -y 2>>install.log &&
|
||||
apt install libdbd-sqlite3-perl -y 2>>install.log &&
|
||||
apt install libdbd-mysql-perl -y 2>>install.log &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user