An open API service indexing awesome lists of open source software.

https://github.com/ngrogg/alpine-config

An attempt at a BASH script to configure a blank Alpine Linux install
https://github.com/ngrogg/alpine-config

alpine-linux bash bash-script linux

Last synced: about 2 months ago
JSON representation

An attempt at a BASH script to configure a blank Alpine Linux install

Awesome Lists containing this project

README

          

# Alpine Config
An attempt at a BASH script to configure a blank Alpine Linux install

## Overview
Script is designed for a blank Alpine Linux install. Script should be run as "normal" non-admin user.
Script will configure based on "NetworkManager", "Desktop", and "Fonts" tutorials in Alpine linux documentation. Script does not configure WIFI!
May not fit all use-cases, strongly recommend against just running without reading.

wget command for using script to bootstrap a fresh install.

Main,

`wget https://raw.githubusercontent.com/ngrogg/alpine-config/refs/heads/main/alpineConfig.sh`

Testing,

`wget https://raw.githubusercontent.com/ngrogg/alpine-config/refs/heads/testing/alpineConfig.sh`