Skip to content

Installation

Wonder edited this page Mar 15, 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


Optional features - Install Glow

Install glow if you want to be able to access the Guide through the command line directly. You can also use your browser, or open it with any editor, it's up to you.

go install github.com/charmbracelet/glow@latest
git clone https://github.com/charmbracelet/glow.git
cd glow
go build
Clone this wiki locally