-
Notifications
You must be signed in to change notification settings - Fork 17
Installation
Wonder edited this page Aug 4, 2023
·
2 revisions
Download VirtualBox and install Kali in it. You can find the instruction to do it here.
Open the terminal and update your system:
sudo apt update && apt full-upgrade -y
sudo apt autoremove -y
Clone the repository:
git clone https://github.com/NeverWonderLand/Self-Way.git /home/kali/Desktop/Self-Way
Install it:
sudo su
cd /Desktop/Self-Way
chmod +x install.sh
./install.sh
To avoid to having to watch the screen the whole time, turn off the screen saver. To do this go in the Kali menu and search for "power management" then turn it all off.
Make a reboot when its finish by typing
reboot
in the terminal and pressENTER