Beefinstall-Utils/InstallAptFromKey.sh
2024-05-12 00:10:07 +02:00

5 lines
201 B
Bash

#!/bin/bash
#This has gotten significantly simpler tbh
sudo wget "https://raw.githubusercontent.com/Booklordofthedings/Beefdev-Utils/main/beefdev.sources" -P "/etc/apt/sources.list.d"
sudo apt update