File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+ echo " * Refreshing software repositories..."
4
+ sudo apt-get update > /dev/null
5
+
6
+ echo " * Installing prerequisite software packages..."
7
+ sudo apt-get install -y software-properties-common > /dev/null
8
+
3
9
echo " * Setting up third-party repository to allow installation of multiple PHP versions..."
4
10
sudo add-apt-repository -y ppa:ondrej/php > /dev/null
5
11
@@ -21,4 +27,4 @@ sudo apt-get install -y php7.0-gd php7.0-mysql php7.0-sqlite php7.0-soap php7.0-
21
27
echo " * Installing additional PHP extensions..."
22
28
sudo apt-get install -y php-memcache php-memcached > /dev/null
23
29
24
- echo " * Setup complete. You may now use the 'switch-to-php-*.*.sh' scripts."
30
+ echo " * Setup complete. You may now use the 'switch-to-php-*.*.sh' scripts."
You can’t perform that action at this time.
0 commit comments