We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909e736 commit 0407799Copy full SHA for 0407799
simpleimage/make_simpleimage.sh
@@ -36,7 +36,7 @@ if [ "$disk_size" -lt 60 ]; then
36
exit 2
37
fi
38
39
-if [ -z "$model" = "" ]; then
+if [ -z "$model" ]; then
40
model="pine64"
41
42
0 commit comments