Skip to content

Installation

Wonder edited this page Aug 4, 2023 · 2 revisions

Installation

Step 1

Download VirtualBox and install Kali in it. You can find the instruction to do it here.

Step 2

Open the terminal and update your system:

sudo apt update && apt full-upgrade -y
sudo apt autoremove -y

Step 3

Clone the repository:

git clone https://github.com/NeverWonderLand/Self-Way.git /home/kali/Desktop/Self-Way

Step 4

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 press ENTER

Clone this wiki locally