Skip to content

Commit 34859c8

Browse files
authored
Merge pull request laravel#99 from svpernova09/feature/add-ntp
✨ Add ntpd and use Ubuntu default time servers
2 parents e50b5f5 + 3b9cfc3 commit 34859c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/provision.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ apt-get update
4040

4141
# Install Some Basic Packages
4242

43-
apt-get install -y build-essential dos2unix gcc git libmcrypt4 libpcre3-dev \
43+
apt-get install -y build-essential dos2unix gcc git libmcrypt4 libpcre3-dev ntp \
4444
make python2.7-dev python-pip re2c supervisor unattended-upgrades whois vim libnotify-bin
4545

4646
# Set My Timezone

0 commit comments

Comments
 (0)