mirror of
https://github.com/secretsquirrel/BDFProxy.git
synced 2024-11-26 22:10:25 +00:00
8 lines
110 B
Bash
Executable File
8 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
echo 'Updating BDFProxy'
|
|
git pull
|
|
echo 'Updating BDF'
|
|
cd bdf/
|
|
git pull origin master
|
|
./install.sh
|