Skip to content

Instantly share code, notes, and snippets.

View BadChoice's full-sized avatar

Jordi Puigdellívol BadChoice

View GitHub Profile
@BadChoice
BadChoice / install-replica.sh
Last active January 25, 2019 17:12
Install replica script
!#/bin/bash
# First: Install the Replica key so it can download the repos
# Seconds: Run with `sudo bash ./install-replica.sh`
# Upgrade The Base Packages
export DEBIAN_FRONTEND=noninteractive
echo "\n\n========= APG-GET UPDATE =========="