Changes necessary for FreeBSD
This commit is contained in:
parent
240d710a6e
commit
d1d83c21f4
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /bin/bash
|
||||
#! /usr/bin/env bash
|
||||
|
||||
boxName=$1
|
||||
|
||||
|
@ -8,7 +8,7 @@ echo
|
|||
|
||||
pkg install -fy virtualbox-ose-additions
|
||||
|
||||
neededPackages=(mercurial git flex bison ccache rpm wget)
|
||||
neededPackages=(mercurial git flex bison ccache rpm4 wget)
|
||||
bonusPackages=(emacs24 zsh)
|
||||
|
||||
for p in ${neededPackages[@]}; do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /bin/bash
|
||||
#! /usr/bin/env bash
|
||||
|
||||
echo
|
||||
echo "Copying stuff from skeleton"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /bin/bash
|
||||
#! /usr/bin/env bash
|
||||
|
||||
# Just to be sure
|
||||
export WM_SCHEDULER=ccache
|
||||
|
|
Reference in a new issue