Skip to content

Commit

Permalink
Merge pull request #42 from wendtecnologia/noninteractive
Browse files Browse the repository at this point in the history
moved unattended installation definition to config
  • Loading branch information
walkeralencar committed Aug 23, 2015
2 parents 7b12a76 + 2aa9493 commit 10c27a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
12 changes: 8 additions & 4 deletions config
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
#!/usr/bin/env bash
###
# Project: DEV4PHP
# Author: Walker de Alencar (@walkeralencar)
###
# @package DEV4PHP
# @author Walker de Alencar <@walkeralencar>
##

## Perform an unattended installation
export DEBIAN_FRONTEND=noninteractive

## Configurations
VERSION=`cat /vagrant/VERSION` ## Version project
HOSTNAME=php.dev ## Define hostname for server, need to change in './Vagrantfile' too
SWAPSIZE=1024M ## Define swap file size. default: 1024M
SWAPSIZE=1024M ## Define swap file size. default: 1024M
1 change: 0 additions & 1 deletion provision/os/locale.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
##

echo "[DEV4PHP] Pre-configuring locale..."
export DEBIAN_FRONTEND=noninteractive
echo "export LANGUAGE=en_US.UTF-8" >> /etc/.profile
echo "export LANG=en_US.UTF-8" >> /etc/.profile
echo "export LC_ALL=en_US.UTF-8" >> /etc/.profile
Expand Down

0 comments on commit 10c27a0

Please sign in to comment.