foyzulkarim / linux-playbook-javascript

Linux software installation automation script (Linux playbook) using JavaScript and Google's ZX library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux playbook

Why

Each time we setup a new linux server, we need to install some software. Instead of manually doing it, we can automate it. This is the purpose of this playbook.

How

We will use plain and simple javascript to automate the installation of software.

Steps

Execute the following commands in terminal:

> wget https://raw.githubusercontent.com/foyzulkarim/linux-playbook-javascript/main/setup.sh
> chmod 755 setup.sh
> ./setup.sh

After running the setup.sh file, it will guide you through the installation process.

YouTube explanation and demo

Click on the image to play the video.

YouTube explanation

About

Linux software installation automation script (Linux playbook) using JavaScript and Google's ZX library.


Languages

Language:JavaScript 94.3%Language:Shell 5.7%