I have created a generic script to install Darkstar on Debian, Ubuntu 18.04 or Raspbian (both 32 & 64 bit).
The script automates as much as possible and you are only required to enter a username, password and IP address.
Installing Darkstar
1. Open a terminal on whichever OS you have chosen (Debian, Ubuntu or Raspbian)
2. Run the following command in the terminal
Code: Select all
wget -O darkstar_install_script.sh https://raw.githubusercontent.com/DarkstarProject/darkstar/master/darkstar_install_script.sh && sudo bash darkstar_install_script.sh
I hope people find this useful. Please report bugs here or in the GitHub repository.