Kenneth Benzie (Benie) b80f8edc29 Add bootstrap-Linux-rootless.sh
This is intended to install a MVP development environment on machines
where no root access is granted.
2025-07-09 12:20:21 +01:00
2018-01-04 18:39:01 +00:00
2024-08-09 17:16:37 +01:00
2024-08-09 17:30:38 +01:00

bootstrap

Bootstrap an OS instance with bare essentials.

Usage

To bootstrap a Linux instance choose one of:

wget https://git.infektor.net/config/bootstrap/raw/main/bootstrap-Linux.sh && chmod +x bootstrap-Linux.sh && ./bootstrap-Linux.sh
curl -O https://git.infektor.net/config/bootstrap/raw/main/bootstrap-Linux.sh && chmod +x bootstrap-Linux.sh && ./bootstrap-Linux.sh

To bootstrap a Windows instance:

Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-WebRequest -Uri "https://git.infektor.net/config/bootstrap/raw/main/bootstrap-Windows.ps1" -OutFile "./bootstrap-Windows.ps1"; ./bootstrap-Windows.ps1

To bootstrap a macOS instance:

curl -O https://git.infektor.net/config/bootstrap/raw/main/bootstrap-macOS.sh && chmod +x bootstrap-macOS.sh && ./bootstrap-macOS.sh
Description
Bootstrap an OS instance with bare essentials.
Readme 167 KiB
Languages
Shell 71.8%
PowerShell 28.2%