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
|
||||
#
|
||||
|
@ -40,6 +40,10 @@ pipinstall wheel
|
|||
pipinstall ansible
|
||||
popd
|
||||
|
||||
if [ ! -d "$HOME/bin" ]; then
|
||||
mkdir "$HOME/bin"
|
||||
fi
|
||||
|
||||
for command in \
|
||||
ansible \
|
||||
ansible-config \
|
||||
|
|
Loading…
Reference in a new issue