Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Verified Commit f9d93237 authored by Benoît's avatar Benoît
Browse files

Fix popeye

parent b1e327c5
No related branches found
Tags 4.20.0-r0
No related merge requests found
Pipeline #28340 passed
......@@ -184,8 +184,7 @@ rm /tmp/k9s.tar.gz
echo "Install popeye"
POPEYE_VERSION=$(curl -sL https://api.github.com/repos/derailed/popeye/releases/latest | jq -r .tag_name)
[ "$(uname -m)" = x86_64 ] && curl -sL --fail --show-error "https://github.com/derailed/popeye/releases/download/${POPEYE_VERSION}/popeye_${OS}_x86_64.tar.gz" -o /tmp/popeye.tar.gz
[ "$(uname -m)" = aarch64 ] && curl -sL --fail --show-error "https://github.com/derailed/popeye/releases/download/${POPEYE_VERSION}/popeye_${OS}_arm64.tar.gz" -o /tmp/popeye.tar.gz
curl -sL --fail --show-error "https://github.com/derailed/popeye/releases/download/${POPEYE_VERSION}/popeye_${OS}_${ARCH}.tar.gz" -o /tmp/popeye.tar.gz
tar zxf /tmp/popeye.tar.gz -C /tmp/ >/dev/null
mv -f /tmp/popeye /usr/local/bin/popeye
chown 0755 /usr/local/bin/popeye
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment