https://github.com/ap6yc/installers
This repository contains scripts for standard system installations.
https://github.com/ap6yc/installers
Last synced: 8 months ago
JSON representation
This repository contains scripts for standard system installations.
- Host: GitHub
- URL: https://github.com/ap6yc/installers
- Owner: AP6YC
- License: mit
- Created: 2022-12-08T20:08:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T18:47:43.000Z (over 3 years ago)
- Last Synced: 2025-02-02T15:31:24.527Z (over 1 year ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# installers
This repository contains scripts for standard system installations.
## Ubuntu
Setup:
```
sh -c "$(curl -fsSL https://raw.githubusercontent.com/AP6YC/installers/main/ubuntu/setup.sh)"
```
Serverpi:
```
sh -c "$(curl -fsSL https://raw.githubusercontent.com/AP6YC/installers/main/ubuntu/serverpi.sh)"
```
## Arch
Setup:
```
sh -c "$(curl -fsSL https://raw.githubusercontent.com/AP6YC/installers/main/arch/setup.sh)"
```
Serverpi:
```
sh -c "$(curl -fsSL https://raw.githubusercontent.com/AP6YC/installers/main/arch/serverpi.sh)"
```