Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 643 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 643 Bytes

Linux reinstall scripts

My personal scripts to reinstall my Debian based Linux distro

Backup Home and configs

Backup home folder and some config files

Download Script and edit the variables

wget https://raw.githubusercontent.com/wilfison/linux-scripts/master/backup.sh

Run Script

chmod +x backup.sh
./backup.sh

Post Install

Install basic packages and configure some settings

Download Script and edit the variables

wget https://raw.githubusercontent.com/wilfison/linux-scripts/master/post-install.sh

Run Script

chmod +x post-install.sh
./post-install.sh