mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
scripts/ansible: Comment out stale tips RE: ansible-base & /etc/apt
This commit is contained in:
parent
8821ea4d3a
commit
14f2f8be69
1 changed files with 3 additions and 3 deletions
|
@ -89,10 +89,10 @@ echo -e "RECOMMENDED PREREQUISITES:"
|
|||
echo -e "(1) Verify you're online"
|
||||
echo -e "(2) Remove all prior versions of Ansible using..."
|
||||
echo -e " 'apt purge ansible-core' and/or 'pip3 uninstall ansible-core' and/or"
|
||||
echo -e " 'apt purge ansible-base' and/or 'pip3 uninstall ansible-base' and/or"
|
||||
#echo -e " 'apt purge ansible-base' and/or 'pip3 uninstall ansible-base' and/or"
|
||||
echo -e " 'apt purge ansible' and/or 'pip3 uninstall ansible'"
|
||||
echo -e "(3) Remove all lines containing 'ansible' from..."
|
||||
echo -e " /etc/apt/sources.list and /etc/apt/sources.list.d/*\n"
|
||||
#echo -e "(3) Remove all lines containing 'ansible' from..."
|
||||
#echo -e " /etc/apt/sources.list and /etc/apt/sources.list.d/*\n"
|
||||
|
||||
echo -e "IIAB INSTALL INSTRUCTIONS: (OLDER, MANUAL APPROACH)"
|
||||
echo -e "https://github.com/iiab/iiab/wiki/IIAB-Installation#do-everything-from-scratch\n"
|
||||
|
|
Loading…
Reference in a new issue