1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Explanations added

This commit is contained in:
A Holt 2017-12-11 22:08:17 -05:00 committed by GitHub
parent e5c7508354
commit 904484d977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,9 @@
#!/bin/bash -e #!/bin/bash -e
# required to start loading IIAB with ansible # Installs or upgrades to the best possible Ansible release, so iiab-install can proceed.
GOOD_VER="2.4.2" # Ensure you are online before running this script!
GOOD_VER="2.4.2". # Ansible version for OLPC. On other OS's we install/upgrade to the latest Ansible.
# Pinning to 2.4.x could be considered in future, if truly nec?
VER="undefined" VER="undefined"
# FOUND="false". # NOT USED AS OF 2017-12-11 # FOUND="false". # NOT USED AS OF 2017-12-11
# FAMILY="undefined" # NOT USED AS OF 2017-12-11 # FAMILY="undefined" # NOT USED AS OF 2017-12-11