Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuri-it/apts
apts is an interactive Bash script for selecting and installing APT packages on Debian-based systems, featuring a customizable list and batch installation.
https://github.com/nuri-it/apts
Last synced: 10 days ago
JSON representation
apts is an interactive Bash script for selecting and installing APT packages on Debian-based systems, featuring a customizable list and batch installation.
- Host: GitHub
- URL: https://github.com/nuri-it/apts
- Owner: nuri-it
- License: mit
- Created: 2024-08-07T08:30:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T07:51:59.000Z (5 months ago)
- Last Synced: 2024-11-10T12:37:34.111Z (2 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apts
This repository contains a Bash script designed to streamline the installation of various useful applications on Debian-based systems. The script provides an interactive interface that allows users to select which applications to install from a predefined list.
## Features
- **Interactive Selection**: Users can toggle the selection of applications to install using a simple number-based interface.
- **Batch Installation**: Once selections are made, the script installs all chosen applications in one go.
- **Wide Range of Applications**: The script includes a variety of applications, from system utilities to productivity tools.## Usage
1. Clone the repository:
```
sudo apt install git -y
git clone https://github.com/nuri-it/apts.git
cd apts
chmod +x install_apps.sh
./install_apps.sh
## ContributingFeel free to submit issues or pull requests if you have suggestions for improvements or additional features
## License
This project is licensed under the MIT License.