https://github.com/blueorionn/setupscript
This script automates the setup of a new admin user on a Debian-based system, ensuring secure SSH access and installing essential utilities.
https://github.com/blueorionn/setupscript
Last synced: 3 months ago
JSON representation
This script automates the setup of a new admin user on a Debian-based system, ensuring secure SSH access and installing essential utilities.
- Host: GitHub
- URL: https://github.com/blueorionn/setupscript
- Owner: blueorionn
- License: mit
- Created: 2025-02-24T03:41:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T02:58:02.000Z (3 months ago)
- Last Synced: 2025-03-05T03:28:43.875Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Admin Setup Script for Debian
This script automates the setup of a new `admin` user on a Debian-based system, ensuring secure SSH access and installing essential utilities.
## Purpose
- Create a new `admin` user with home directory.
- Configures SSH access with proper permissions.
- Add `admin` user to the sudoers group.
- Install necessary utilities like `curl`, `wget`, `tree`, `htop`, `net-tools`, `git`, `build-essential`, etc.
- Supports additional package installation via script arguments, such as `python-env`, `nodejs`, `npm`, `apache`, `nginx`, etc.## Usage
Run the script on a Debian system:
```bash
./setup.sh --install [additional_packages...]
```