mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-10 08:28:41 +00:00
Remove one sudo
This commit is contained in:
parent
de25866540
commit
2b80aa60fc
|
|
@ -9,7 +9,7 @@ a2enmod headers
|
||||||
|
|
||||||
pecl install ast
|
pecl install ast
|
||||||
|
|
||||||
echo "extension=ast.so" | sudo tee /etc/php/7.2/mods-available/ast.ini
|
echo "extension=ast.so" | tee /etc/php/7.2/mods-available/ast.ini
|
||||||
phpenmod ast
|
phpenmod ast
|
||||||
|
|
||||||
systemctl restart apache2
|
systemctl restart apache2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user