Skip to content

Instantly share code, notes, and snippets.

@Gwyneth8117
Gwyneth8117 / install-apps.sh
Created February 23, 2022 03:23 — forked from aamnah/install-apps.sh
Bash script to install packages [Git, s3cmd] on a new system. For Debian and Ubuntu. To run, copy the script to the server and run ``bash install-apps.sh``
#!/bin/bash/
#######################################
# Bash script to install apps on a new system (Ubuntu)
# Written by @AamnahAkram from http://aamnah.com
#######################################
## Update packages and Upgrade system
sudo apt-get update -y
## Git ##