1
0
mirror of https://github.com/danog/gigaclone.git synced 2024-11-26 20:14:58 +01:00

Update gigaclone

This commit is contained in:
Video download 2015-09-24 22:00:28 +02:00
parent d943f5abe1
commit e2a2c07a6d

View File

@ -2,8 +2,9 @@
set -e
dir="$PWD/copy"
mkdir $dir
cd $dir
wget http://profile.gigaset.net/logs.tgz && tar -xzf logs.tgz && cd log && awk '!seen[$0]++' * | grep -v 404 | grep -v 403 | cut -d'H' -f1 | sed 's/^/http:\/\/profile\.gigaset\.net//g' | awk '!seen[$0]++' > ../tmp.txt && cd ../ && rm -R log logs.tgz && wget -i tmp.txt -x -N -nc && rm tmp.txt
wget http://profile.gigaset.net/logs.tgz && tar -xzf logs.tgz && cd log && awk '!seen[$0]++' * | grep -v 404 | grep -v 403 | cut -d'H' -f1 | sed 's/^/http:\/\/profile\.gigaset\.net/g' | awk '!seen[$0]++' > ../tmp.txt && cd ../ && rm -R log logs.tgz && cd $dir && wget -i ../tmp.txt -x -N -nc && rm ../tmp.txt
cd ..
wget https://copy.com/install/linux/Copy.tgz
tar xvzf Copy.tgz
cd copy/x86_64