From 0042dce624886e9e9e7c7f0a53317957937c2a98 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Tue, 2 Mar 2021 21:53:36 +0100 Subject: [PATCH] fix: typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0659331..6c3f700 100755 --- a/install.sh +++ b/install.sh @@ -11,7 +11,7 @@ if [ ! -b "$drive" ]; then fi setup_drive "$drive" -install_sysliux "$drive" +install_syslinux "$drive" get_streams get_latest_maas_id download_version "$release_version" "$drive"