mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-10 00:18:40 +00:00
Started to create install script for server setup
This commit is contained in:
parent
033a99710d
commit
82d7eb4c5d
12
install.sh
Normal file
12
install.sh
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
. config.sh
|
||||||
|
|
||||||
|
apt-get update
|
||||||
|
|
||||||
|
apt-get install php7.2-dev php-pear
|
||||||
|
|
||||||
|
pecl install ast
|
||||||
|
|
||||||
|
echo "extension=ast.so" > /etc/php/7.2/mods-available/ast.ini
|
||||||
|
phpenmod ast
|
||||||
Loading…
Reference in New Issue
Block a user