1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

let testing occur on a fedora VM

This commit is contained in:
George Hunt 2017-10-03 19:06:35 -07:00
parent c24d88677c
commit a3d86e78cb

View file

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