Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  1. Open terminal: Press/release Windows Key and type terminal: select the application.

  2. Enter the following in terminal:

    1. su - then enter root password (not user password).
    2. visudo
    3. add line <your_user_name> ALL=(ALL:ALL) ALL below # User privilege specification, where <your_user_name> = dave (for me) :
    # User privilege specification
    root    ALL=(ALL:ALL) ALL
    dave    ALL=(ALL:ALL) ALL
    
    1. ctrl + O - then enter
    2. ctrl + X
  3. Copy + right-click Paste the following in your terminal. This will run the configuration script:

    mkdir ~/ddaaggeett && cd ~/ddaaggeett
    wget "https://github.com/ddaaggeett/scripts/archive/main.zip"
    unzip main.zip
    chmod +x ./scripts-main/src/debian/index.sh
    ./scripts-main/src/debian/index.sh

    Using your keyboard, accept all prompts.


This does the following: