#script

Articles tagged with "script"

Automate – Docker Installation
Linux

Automate – Docker Installation

Automate Docker Installation with just a single script !!#!/bin/bash# Note : For Docker Setup#OS Update: sudo apt-get update -y;sudo apt-get install gdebi -y;su...

Admin User May 11, 2026