Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added allowance to break system packages #26

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
added allowance to break system packages
n0isegat3 authored Jan 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 9766ff83a7339ef3347f0120fa92fe5e8de863ac
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

# Instructions
* Start with Parrot HTB Edition
* Install Ansible (python3 -m pip install ansible)
* Install Ansible (`python3 -m pip install ansible --break-system-packages`)
* Clone and enter the repo (git clone)
* ansible-galaxy install -r requirements.yml
* Make sure we have a sudo token (sudo whoami)