We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a5cc7 commit dcd70c0Copy full SHA for dcd70c0
scripts/install.sh
@@ -6,11 +6,11 @@ PACKAGENAME=builder
6
7
if [[ "$OSTYPE" == "linux-gnu" ]]; then
8
echo "Configuring environment for Linux"
9
+ # Make sure we have up-to-date stuff
10
+ sudo apt-get update
11
if [[ ! $TRAVIS ]]; then
12
# Ubuntu Server (on AWS?) lacks UTF-8 for some reason. Give it that
13
sudo locale-gen en_US.UTF-8
- # Make sure we have up-to-date stuff
- sudo apt-get update
14
sudo apt-get install -y php5-intl
15
fi
16
# Install dependencies
0 commit comments