https://github.com/thehxdev/hxlinux
Comprehensive Bash script to manage and setup Debian based Servers/Desktops
https://github.com/thehxdev/hxlinux
bash bash-script debian desktop linux script server
Last synced: 7 months ago
JSON representation
Comprehensive Bash script to manage and setup Debian based Servers/Desktops
- Host: GitHub
- URL: https://github.com/thehxdev/hxlinux
- Owner: thehxdev
- Created: 2024-08-22T13:17:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-02T15:26:31.000Z (over 1 year ago)
- Last Synced: 2025-02-11T15:27:04.791Z (12 months ago)
- Topics: bash, bash-script, debian, desktop, linux, script, server
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HxLinux
A complete and comprehensive Bash script for Debian-based Servers/Desktops.
## Usage
### Install dependencies
```bash
apt-get update && apt-get install curl
```
### Run
```bash
bash <(curl -sfSL https://raw.githubusercontent.com/thehxdev/hxlinux/main/hxlinux.sh)
```