qgp / os-utils

Various scripts and notes for OS installation and maintenance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tools and notes for OS installation

This repository contains a somewhat random selection of scripts and notes for the installation/maintenance of various OSes.

OS bootstrapping

Call the generic user script:

/bin/bash <(curl -fsSL https://raw.githubusercontent.com/qgp/os-utils/master/bootstrap.sh)

or from redirection:

/bin/bash <(curl -fsSL https://www.qgp.io/bootstrap_os.php)

About

Various scripts and notes for OS installation and maintenance

License:MIT License


Languages

Language:Shell 100.0%