-
Notifications
You must be signed in to change notification settings - Fork 3
0. Setup and Installation
Ben "Overcast" Acord edited this page Mar 29, 2023
·
3 revisions
The steps outlined on this page will walk through the installation process for AutoRpt.
- Ensure your OS and installed apps are upgraded.
sudo apt-get update -y && sudo apt-get upgrade -y- Create a home for AutoRpt:
cd /opt
sudo mkdir AutoRpt- Set your user and group as owner.
sudo chown kali:kali AutoRpt- Clone the GitHub repo.
git clone https://github.com/BenAcord/AutoRpt.git- Change directory to the newly hydrated directory.
cd AutoRpt- Review the setup script.
more setup.sh- If you are content with script, run it to install dependencies and create symlinks.
./setup.sh- If setup completed successfully you should be able to view the help using the symlink.
autorpt help🥇 Congratulations! You're ready to use AutoRpt.