Beefinstall-Utils/Update_Beef.sh

12 lines
128 B
Bash
Raw Normal View History

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