From 5493a2eb24ad546398d5e4ad7e5ab658a5700d1d Mon Sep 17 00:00:00 2001 From: hayao Date: Sat, 2 May 2020 13:47:47 +0900 Subject: [PATCH] [fix] : Fixed debug code. --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sh b/build.sh index db59fb42..b14f29bf 100755 --- a/build.sh +++ b/build.sh @@ -20,8 +20,7 @@ script_path="$(readlink -f ${0%/*})" # Do not change this variable. # To change the settings permanently, edit the config file. -#arch=$(uname -m) -arch=i686 +arch=$(uname -m) os_name="Alter Linux" iso_name=alterlinux -- 2.11.0