-
Notifications
You must be signed in to change notification settings - Fork 0
install_plaso.sh
Lyro1 edited this page Oct 9, 2018
·
1 revision
This script allows you to get a clean Debian 9 Plaso installation, with all its dependencies and requirements.
In order for this script to work correctly, you must run it on a Debian 9 machine with an internet access. Your device must also have Git installed. If it is not, just enter the following command:
sudo apt-get install git
It will then install Git and you will be able to run the script.
Note that the script requires an admin account to run some commands. Therefore, be sure to have the sudo
rights or to have credentials of an account with sudo
rights.
The script takes no parameters, and can run on background by itself. Just enter the following command:
./install_plaso.sh
Note that the script may asks for an admin password.