mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update iiab-install
This commit is contained in:
parent
93a73fac82
commit
05d6b3adab
1 changed files with 2 additions and 2 deletions
|
@ -123,11 +123,11 @@ if [ ! -f /etc/iiab/local_vars.yml ]; then
|
|||
case $OS in
|
||||
OLPC | fedora)
|
||||
cp ./vars/local_vars_olpc.yml /etc/iiab/local_vars.yml
|
||||
echo -e "\n/etc/iiab/local_vars.yml created from local_vars_olpc.yml defaults."
|
||||
echo -e "\n/etc/iiab/local_vars.yml created from /opt/iiab/iiab/vars/local_vars_olpc.yml defaults."
|
||||
;;
|
||||
centos | debian | ubuntu | raspbian)
|
||||
cp ./vars/local_vars_medium.yml /etc/iiab/local_vars.yml
|
||||
echo -e "\n/etc/iiab/local_vars.yml created from local_vars_medium.yml defaults."
|
||||
echo -e "\n/etc/iiab/local_vars.yml created from /opt/iiab/iiab/vars/local_vars_medium.yml defaults."
|
||||
echo "See MIN/MEDIUM/BIG options @ http://wiki.iiab.io/local_vars.yml"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue