diff options
author | Minijackson <minijackson@riseup.net> | 2018-02-26 16:37:56 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2018-02-27 16:13:58 +0100 |
commit | 47305e82f1228d1ee7614c6e71bbdaecc041c604 (patch) | |
tree | 35b6f1392cae47d6b72123ebc4b68332556a035b | |
parent | 7d0c7ca7b747f01b30987486aaff74ba8327e1a4 (diff) | |
download | kube-47305e82f1228d1ee7614c6e71bbdaecc041c604.tar.gz kube-47305e82f1228d1ee7614c6e71bbdaecc041c604.zip |
Don't mind me, just learning linux things
-rwxr-xr-x | .travis/install-flatbuffers.sh | 2 | ||||
-rwxr-xr-x | .travis/install-kasync.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis/install-flatbuffers.sh b/.travis/install-flatbuffers.sh index 045d78a4..01f442f4 100755 --- a/.travis/install-flatbuffers.sh +++ b/.travis/install-flatbuffers.sh | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | set -xeuo pipefail | 2 | set -xeuo pipefail |
3 | wget "https://github.com/google/flatbuffers/archive/v1.8.0.tar.gz" /tmp/flatbuffers.tar.gz | 3 | wget "https://github.com/google/flatbuffers/archive/v1.8.0.tar.gz" -O /tmp/flatbuffers.tar.gz |
4 | cd /tmp | 4 | cd /tmp |
5 | tar xvfa /tmp/flatbuffers.tar.gz | 5 | tar xvfa /tmp/flatbuffers.tar.gz |
6 | cd flatbuffers-1.8.0 | 6 | cd flatbuffers-1.8.0 |
diff --git a/.travis/install-kasync.sh b/.travis/install-kasync.sh index 891c554a..48c78e70 100755 --- a/.travis/install-kasync.sh +++ b/.travis/install-kasync.sh | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | set -xeuo pipefail | 2 | set -xeuo pipefail |
3 | wget "https://github.com/KDE/kasync/archive/v0.2.0.tar.gz" /tmp/kasync.tar.gz | 3 | wget "https://github.com/KDE/kasync/archive/v0.2.0.tar.gz" -O /tmp/kasync.tar.gz |
4 | cd /tmp | 4 | cd /tmp |
5 | tar xvfa /tmp/kasync.tar.gz | 5 | tar xvfa /tmp/kasync.tar.gz |
6 | cd kasync-0.2.0 | 6 | cd kasync-0.2.0 |