We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 874ec61 + d409141 commit 592eed3Copy full SHA for 592eed3
dltools.sh
@@ -42,7 +42,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
42
fi
43
44
# Linux (x86_64)
45
-elif [[ "$OSTYPE" == "linux-gnu"* ]]; then
+elif [[ "$OSTYPE" == "linux-gnu"* || "$OSTYPE" == "linux" ]]; then
46
echo " * Downloading ${BOLD}ctrdecrypt${NORMAL}"
47
wget "https://github.com/shijimasoft/ctrdecrypt/releases/download/v${CTRDECRYPT_VER}/ctrdecrypt-linux-x86_64.zip" -q
48
echo " * Extracting ${BOLD}ctrdecrypt${NORMAL}"
0 commit comments