Skip to content

Installation and Setup

Albert Szostkiewicz edited this page Jun 1, 2024 · 7 revisions

This guide will take you through the process of installing the script and setting it up for your own, custom needs

Installation

Navigate to the folder where you want to download this script. Script will install some additional packages (dialog and midnight commander) upon running.

cd ~/Downloads
git clone [email protected]:tmdag/reinstall_setup.git

Running

Its just enough to run ./init_system.sh but if the files got downloaded with the wrong permissions, you may need to run chmod +x init_system.sh first

cd ~/Downloads/reinstall_setup
./init_system.sh

Next, you may want to investigate, how to create your own, custom subpage here: Creating your own submenu

Clone this wiki locally