We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f114ae8 + f8ca13e commit 5a67f90Copy full SHA for 5a67f90
dockerimages/terminal/latest/scripts/ttyd-kubectl.sh
@@ -36,7 +36,7 @@ if [ $? != 0 ]; then
36
exit 1
37
fi
38
39
-wget https://dl.min.io/client/mc/release/linux-amd64/mc -O /usr/bin/mc && chmod a+x /usr/bin/mc
+wget https://dl.min.io/client/mc/release/linux-$ARCH/mc -O /usr/bin/mc && chmod a+x /usr/bin/mc
40
if [ $? != 0 ]; then
41
echo "====download mc failed!===="
42
0 commit comments