Download this file
16 lines (14 with data), 372 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 | #See docs at docs/dev-related/getting_started-dev.txt for directions on how to use this
#Install git and pull dev repo
cd ~/
sudo apt-get -qy update
sudo apt-get -qy install git
if [ -d "dojobuild" ]; then
cd dojobuild
git pull
else
git clone --depth 1 git://git.code.sf.net/p/websecuritydojo/code dojobuild/
cd dojobuild
fi
#call main build script
bash build.sh
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.