From 0f281f23b96b42082dc38d813900e3d308d92aa4 Mon Sep 17 00:00:00 2001 From: Michael Scalzetti Date: Thu, 24 Mar 2022 19:04:58 -0400 Subject: [PATCH] fixed issue that would keep finalize from autorunning --- desktop_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop_install.sh b/desktop_install.sh index b9b808c..67ce38f 100644 --- a/desktop_install.sh +++ b/desktop_install.sh @@ -15,4 +15,4 @@ modprobe -r iwlwifi && modprobe iwlwifi # If wired networking is working, but gnome doesnt recognize it properly, check out this post: # https://forums.debian.net/viewtopic.php?t=104561 -$LOC/finalize.sh \ No newline at end of file +sh $LOC/finalize.sh \ No newline at end of file