6 lines
201 B
Bash
6 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
|