#!/bin/bash

sudo add-apt-repository -y $1
sudo apt-get update
sudo apt-get install $1 --allow-unauthenticated -y

sudo apt-get upgrade -y
