Skip to content

Commit 5a67f90

Browse files
authored
Merge pull request #1218 from Dilettante258/main
fix: mc architecture specify
2 parents f114ae8 + f8ca13e commit 5a67f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerimages/terminal/latest/scripts/ttyd-kubectl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if [ $? != 0 ]; then
3636
exit 1
3737
fi
3838

39-
wget https://dl.min.io/client/mc/release/linux-amd64/mc -O /usr/bin/mc && chmod a+x /usr/bin/mc
39+
wget https://dl.min.io/client/mc/release/linux-$ARCH/mc -O /usr/bin/mc && chmod a+x /usr/bin/mc
4040
if [ $? != 0 ]; then
4141
echo "====download mc failed!===="
4242
exit 1

0 commit comments

Comments
 (0)