From 0211a952eacc82c77c79da2149921998e022cf4e Mon Sep 17 00:00:00 2001 From: dervomsee Date: Wed, 8 Jan 2025 08:10:52 +0100 Subject: [PATCH] correct indention in install.sh --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 965d8543..be7575d5 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -254,7 +254,7 @@ set_cpu() { cpu="${cpu}_softfloat" ;; - 'riscv64') + 'riscv64') cpu='riscv64' ;; *)