Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hebertcisco/deb-install
Debian based apps Installation Automation
https://github.com/hebertcisco/deb-install
automation debian debian-linux debian-packages installation installation-script installation-scripts shell shell-script ubuntu-auto ubuntu-packages
Last synced: 3 months ago
JSON representation
Debian based apps Installation Automation
- Host: GitHub
- URL: https://github.com/hebertcisco/deb-install
- Owner: hebertcisco
- License: apache-2.0
- Created: 2019-09-14T17:37:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T01:48:33.000Z (6 months ago)
- Last Synced: 2024-10-13T17:42:58.879Z (3 months ago)
- Topics: automation, debian, debian-linux, debian-packages, installation, installation-script, installation-scripts, shell, shell-script, ubuntu-auto, ubuntu-packages
- Language: Shell
- Homepage: https://www.npmjs.com/package/deb-install
- Size: 121 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Debian based apps Installation Automation
> This script automates the installation of useful tools for a common dev on
> Debian-based systems.### Requirements
A Debian-based system (e.g. Ubuntu, Debian) apt package manager installed An
internet connection### Usage
To use the script, open a terminal and run the following command:
#### From source
```sh
git clone https://github.com/hebertcisco/deb-install
cd deb-install
make
```#### Bash & Curl
```sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hebertcisco/deb-install/master/install.sh)"
```#### With NPM
```sh
sudo npm i -g deb-install
```##### Comands available affter installed with NPM
```sh
deb-install
``````sh
deb-install-aws
``````sh
deb-install-basics
``````sh
deb-install-configs
``````sh
deb-install-dbeaver
``````sh
deb-install-docker
``````sh
deb-install-dotnet -c Current
``````sh
deb-install-dotnet -c Current --runtime aspnetcore
``````sh
deb-install-git
``````sh
deb-install-php
``````sh
deb-install-php8.2
``````sh
deb-install-snap
``````sh
deb-install-vim
``````sh
deb-install-code
``````sh
deb-install-zsh
```### Support
If you have any issues or questions about using this script, please open an
issue on the GitHub repository or contact the author directly.## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check
[issues page](issues).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2023 [Hebert F Barros](https://github.com/hebertcisco).
This
project is [MIT](LICENSE) licensed.