Fix when running on Debian

This commit is contained in:
Anthony Rose 2021-02-20 21:29:45 +00:00
parent 5f19231e01
commit cc8d4a16a9

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# Copyright 2021 Anthony Perkins # Copyright 2021 Anthony Perkins
# #
@ -40,6 +40,10 @@ pipinstall wheel
pipinstall ansible pipinstall ansible
popd popd
if [ ! -d "$HOME/bin" ]; then
mkdir "$HOME/bin"
fi
for command in \ for command in \
ansible \ ansible \
ansible-config \ ansible-config \