diff options
author | Dan Fedele <dan.fedele@gmail.com> | 2022-03-29 13:59:51 -0400 |
---|---|---|
committer | Dan Fedele <dan.fedele@gmail.com> | 2022-03-29 13:59:51 -0400 |
commit | 9044ce5ef91f1e67521d1c65dd6b6447efb36ee2 (patch) | |
tree | 0ad34524f81ddab2b2ae12617c761b743f0751ed /setup-parrot.sh | |
parent | d69b4bf02836edfb4087149e0dda7fff806bf921 (diff) |
Fixed ParrotOS Integration. Now works again.
Diffstat (limited to 'setup-parrot.sh')
-rw-r--r-- | setup-parrot.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/setup-parrot.sh b/setup-parrot.sh index 7759b4e..70c13d1 100644 --- a/setup-parrot.sh +++ b/setup-parrot.sh @@ -25,6 +25,12 @@ echo "***********************************" pip install ansible echo "***********************************" +echo "* Installing Ansible Collection *" +echo "***********************************" + +ansible-galaxy collection install community.general + +echo "***********************************" echo "* Pulling master bashrc *" echo "***********************************" @@ -60,4 +66,4 @@ echo "***********************************" echo "* Done! *" echo "***********************************" -echo "You should be set up. Check above for any errors."
\ No newline at end of file +echo "You should be set up. Check above for any errors." |