Skip to content
This repository was archived by the owner on Mar 8, 2026. It is now read-only.
raf181_ edited this page Nov 17, 2022 · 10 revisions

What is Automator?

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.

Install Automator (manual for Debian11 based system)

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

Automator (Automated install)

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

Option Codes

Clone this wiki locally