Skip to content

Commit bd597df

Browse files
ayufanlongsleep
authored andcommitted
Remove [[ as this is not supported by /bin/sh
1 parent b200933 commit bd597df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simpleimage/platform-scripts/install_i3_desktop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if hash apt-get 2>/dev/null; then
88
DISTRO=debian
99
fi
1010

11-
if [[ -z "$DISTRO" ]]; then
11+
if [ -z "$DISTRO" ]; then
1212
echo "This script requires a Debian based Linux distribution."
1313
exit 1
1414
fi

0 commit comments

Comments
 (0)