fetch-xtools.sh: update xtools link.
This commit is contained in:
parent
9d51b261a4
commit
9dba2a6063
|
@ -5,6 +5,6 @@
|
||||||
mkdir -p /tmp/bin
|
mkdir -p /tmp/bin
|
||||||
|
|
||||||
/bin/echo -e '\x1b[32mInstalling xtools...\x1b[0m'
|
/bin/echo -e '\x1b[32mInstalling xtools...\x1b[0m'
|
||||||
wget -q -O - https://github.com/chneukirchen/xtools/archive/master.tar.gz | \
|
wget -q -O - https://github.com/leahneukirchen/xtools/archive/master.tar.gz | \
|
||||||
gunzip | tar x -C /tmp/bin --wildcards "xtools-master/x*" \
|
gunzip | tar x -C /tmp/bin --wildcards "xtools-master/x*" \
|
||||||
--strip-components=1 || exit 1
|
--strip-components=1 || exit 1
|
||||||
|
|
Loading…
Reference in New Issue