Skip to content

Instantly share code, notes, and snippets.

View yashtomer's full-sized avatar

Yash Tomar yashtomer

View GitHub Profile
@yashtomer
yashtomer / awsbootstrap.sh
Last active June 28, 2024 13:17
Bootstrap AWS Setup
#! /bin/bash
export DEBIAN_FRONTEND=noninteractive
echo $'\n\e[32mInstalling essentails ...\e[0m\n'
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y curl wget vim build-essential software-properties-common apt-transport-https git