Skip to content

Set of script to automate setup of the newly installed GNU/Linux system

Notifications You must be signed in to change notification settings

serhii-serdiuk/gnulinux-post-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gnulinux-post-install

Set of script to automate setup of the newly installed GNU/Linux system.

Current branch is related to Debian GNU/Linux distribution. If you are interested in another one please check available branches.

Setup steps

  1. Prior to setup Wi-Fi on the target system you need to make some preparation on the another GNU/Linux system which already has connection to Wi-Fi network:

    cd scripts/setup-wifi/ && ./prepare.sh

    The rest of the steps should be performed on the target system.

  2. Run the following two scripts as superuser:

    su
    cd scripts/setup-wifi/ && ./setup-wifi.sh
    cd .. && ./setup-sudo.sh <username>
  3. After reboot run the following script as normal user to setup the rest:

    ./setup.sh
  4. Reboot when setup is complete:

    sudo reboot

About

Set of script to automate setup of the newly installed GNU/Linux system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages