echo "deb https://repo.grobler.xyz/public/ stable main" | sudo tee /etc/apt/sources.list.d/repo.grobler.xyz.list
wget --quiet -O - https://repo.grobler.xyz/public/archive.key | \
  sudo apt-key add -
sudo apt-get update
