Skip to content

Commit

Permalink
Add contrib update script
Browse files Browse the repository at this point in the history
  • Loading branch information
kleingeist committed Nov 21, 2018
1 parent 6dc96aa commit 8eb2321
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions update_contrib.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
SCRIPT_DIR=`dirname $0`
CONTRIB_DIR=$SCRIPT_DIR/contrib

rm -rf $CONTRIB_DIR/samba
mkdir $CONTRIB_DIR/samba
wget -qO - https://github.com/dperson/samba/archive/master.tar.gz | tar -xz --strip 1 -C $CONTRIB_DIR/samba

0 comments on commit 8eb2321

Please sign in to comment.