Fixed apt-get install package name + maybe a fix in service unit file
This commit is contained in:
parent
efb26a81b0
commit
28968d718d
|
@ -13,4 +13,4 @@ sudo systemctl start ssh;
|
||||||
|
|
||||||
# [4] Try to install necessary packages
|
# [4] Try to install necessary packages
|
||||||
sudo apt-get update;
|
sudo apt-get update;
|
||||||
sudo apt-get -y install git php5 php5-cli php-curl;
|
sudo apt-get -y install git php5 php5-cli php5-curl;
|
||||||
|
|
Loading…
Reference in New Issue