Skip to content

Fritzzin/Linux-Post-Install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Post-Install script (Debian based)

These are some scripts that I use to setup Debian based distros.

⚠️The scripts are meant for personal use. I won't be responsible for any damage or harm done to your system!⚠️

Installation

Clone the repository into your system, open the folder and then run the install.sh script to start the process.

git clone https://github.com/fritzzin/linuxinstall
cd linuxinstall/
./install.sh

One-liner

git clone https://github.com/fritzzin/linuxinstall && cd linuxinstall/ && ./install.sh

Usage

After the install.sh runs, all the other scripts will be moved to the $HOME/.scripts/ folder. The install.sh script also adds an alias for each script, so it can run directly from the terminal without having to access the folder again as a shortcut.

update.sh

Updates the repositories and then upgrades the packages via apt. To run, simply type update on the terminal.

clean.sh

Uses maintenance commands to keep apt clean such as autoremove and autoclean. To run, simply type clean on the terminal.

monoaudio.sh

One of my laptop speakers died, so this is a fix I've found for it.

If required, should add as an autostart for your system.

crontab -e

Then add at the end of the file.

@reboot sh $HOME/.scripts/monoaudio.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages