parent
32ca5156c4
commit
3f4d1f1555
9 changed files with 56 additions and 37 deletions
10
common/travis/fetch-xtools.sh
Executable file
10
common/travis/fetch-xtools.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# fetch-xtools.sh
|
||||
|
||||
mkdir -p /tmp/bin
|
||||
|
||||
/bin/echo -e '\x1b[32mInstalling xtools...\x1b[0m'
|
||||
wget -q -O - https://github.com/chneukirchen/xtools/archive/master.tar.gz | \
|
||||
gunzip | tar x -C /tmp/bin --wildcards "xtools-master/x*" \
|
||||
--strip-components=1 || exit 1
|
Loading…
Add table
Add a link
Reference in a new issue