Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
## Contributing

Feel 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.