diff --git a/clone/utility/sats-boot b/clone/utility/sats-boot index 149b2e8..ff79361 100644 --- a/clone/utility/sats-boot +++ b/clone/utility/sats-boot @@ -13,4 +13,4 @@ sudo systemctl start ssh; # [4] Try to install necessary packages sudo apt-get update; -sudo apt-get -y install git php5 php5-cli php5-curl; +sudo apt-get -y install git php5 php5-cli php5-curl python-dev;