From 9044ce5ef91f1e67521d1c65dd6b6447efb36ee2 Mon Sep 17 00:00:00 2001 From: Dan Fedele Date: Tue, 29 Mar 2022 13:59:51 -0400 Subject: Fixed ParrotOS Integration. Now works again. --- setup-parrot.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'setup-parrot.sh') diff --git a/setup-parrot.sh b/setup-parrot.sh index 7759b4e..70c13d1 100644 --- a/setup-parrot.sh +++ b/setup-parrot.sh @@ -24,6 +24,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." -- cgit v1.2.3