diff --git a/scripts/ansible b/scripts/ansible index ed368d1e6..0fc8f611e 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -205,7 +205,7 @@ $APT_PATH/apt -y install python3-venv echo -e "\nCreate virtual environment for Ansible" python3 -m venv /usr/local/ansible -# "if not ubuntu" (covers RasPiOC & Debian) would also work, but is overbroad: +# "if not ubuntu" (covers RasPiOS & Debian) would also work, but is overbroad: # if ! grep -qi ubuntu /etc/os-release; then # # if [ -f /etc/rpi-issue ] && [[ $(dpkg --print-architecture) == armhf ]]; then