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

11 lines
128 B
Bash
Executable file

#!/bin/bash
#Pull both samples and the main beef repo
cd Beef
git pull
cd ..
cd Beef_Website
git pull
cd ..
Beef/bin/build.sh