Beefinstall-Utils/InstallAptFromKey.sh

6 lines
201 B
Bash
Raw Normal View History

2024-05-12 00:10:07 +02:00
#!/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