Skip to content

Instantly share code, notes, and snippets.

@samerbahri98
samerbahri98 / docker_git.sh
Last active October 7, 2021 01:14 — forked from LinuxlinkedBD/saleor_ecommerce.sh
How to install docker and git on Linux Server
#!/bin/bash
sudo apt-get update
sudo apt update
sudo apt-get install software-properties-common
sudo apt update
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt -y install git
sudo apt update
sudo apt upgrade -y