Skip to content

Commit

Permalink
updated some scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerwood committed Mar 15, 2024
1 parent 176ef7c commit 8eb2434
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions config/scripts/install-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -euo pipefail

curl -LO https://github.com/metalbear-co/kubernetes-sigs/kind/latest/download/kind-linux-amd64
chmod +x kind-linux-amd64
mv -v kind-linux-amd64 /usr/bin/kind
curl -sSL -o kind https://github.com/metalbear-co/kubernetes-sigs/kind/latest/download/kind-linux-amd64
chmod +x kind
mv -v kind /usr/bin/
6 changes: 3 additions & 3 deletions config/scripts/install-mirrord.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -euo pipefail

curl -LO https://github.com/metalbear-co/mirrord/releases/latest/download/mirrord_linux_x86_64
chmod +x mirrord_linux_x86_64
mv -v mirrord_linux_x86_64 /usr/bin/mirrord
curl -sSL -o mirrord https://github.com/metalbear-co/mirrord/releases/latest/download/mirrord_linux_x86_64
chmod +x mirrord
mv -v mirrord /usr/bin/
7 changes: 3 additions & 4 deletions config/scripts/install-sshs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

set -euo pipefail

curl -LO https://github.com/quantumsheep/sshs/releases/latest/download/sshs-linux-amd64

chmod +x sshs-linux-amd64
mv -v sshs-linux-amd64 /usr/bin/sshs
curl -sSL -o sshs https://github.com/quantumsheep/sshs/releases/latest/download/sshs-linux-amd64
chmod +x sshs
mv -v sshs /usr/bin/

0 comments on commit 8eb2434

Please sign in to comment.