-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Automator is a tool for the automated installation of some popular tools for Linux, it is a really simple tool and it started because of the frustration of having to install all the tools in newly made VMs. Currently, it only installs the tools we usually use, and we are working on adding more. We appreciate any recommendations for any tools that we can add.
Get Automator
wget https://raw.githubusercontent.com/AROA-DEV/automator/main/automator.sh
Testing branch
wget https://raw.githubusercontent.com/AROA-DEV/automator/Beta-testing/automator.sh
⚠️ These are made and tested for Debian11 somethings may work on other distros using the apt package manager
Make the Automator script runnable
chmod +x automator.sh
Run Automator
./automator.sh
📂 In the Dedicated folder we are starting to create a version for more Distros (Beta branch) They can be installed the same way by just changing the path to the previous steps. This is in the early stages, so we are working on the Debian-based systems and arch Linux
The automated installer will check for your distro and if it is one that we have prepared a dedicated Automator will install it, if not it will install one made to work for most Debian-based systems
Download Automated install runnable
wget https://raw.githubusercontent.com/AROA-DEV/Automator/Beta-testing/Dedicated/Automatorsetup.sh
Make Automated install scrip runnable
chmod +x Automatorsetup.sh
Run it
./Automatorsetup.sh
Tool: Developed by AROA-DEV