1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Merge pull request #374 from georgejhunt/fedora

let testing occur on a fedora VM
This commit is contained in:
A Holt 2017-10-16 10:26:33 -04:00 committed by GitHub
commit 4e4926255f

View file

@ -12,7 +12,7 @@ if [ ! -f ./vars/local_vars.yml ]; then
OS=${OS//\"/} OS=${OS//\"/}
case $OS in case $OS in
OLPC) OLPC | fedora)
cp ./vars/olpc.localvars ./vars/local_vars.yml cp ./vars/olpc.localvars ./vars/local_vars.yml
;; ;;
centos | debian | ubuntu | raspbian) centos | debian | ubuntu | raspbian)