Fix when running on Debian
This commit is contained in:
parent
5f19231e01
commit
cc8d4a16a9
1 changed files with 5 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue