Skip to content

This is a bash script that automates installation of cybersecurity tools on the Raspberry Pi.

Notifications You must be signed in to change notification settings

phwilliams256/apt-install-script-Raspberry-Pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

apt-install-script-Raspberry-Pi

This is a bash script that automates installation of cybersecurity and other tools on the Raspberry Pi.

It is currently configured to only run the updates and exit.

It you want to run the full tool install comment out the exit on line nine and save the script. For example change exit to #exit. This will allow the script to run to the end and install all tools listed in the script.

After downloading the script change the permission to make it executable as follows;

chmod +x apt-getInstallerPi.sh

run the script as root with sudo;

sudo ./apt-getInstallerPi.sh

About

This is a bash script that automates installation of cybersecurity tools on the Raspberry Pi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages