From cd20493cda59c41af16058f55b79687195a7cabe Mon Sep 17 00:00:00 2001 From: kake26 Date: Mon, 15 Apr 2024 18:08:42 -0500 Subject: [PATCH] makeself install fix --- syssetup.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/syssetup.bash b/syssetup.bash index d0ce0f9..6295354 100755 --- a/syssetup.bash +++ b/syssetup.bash @@ -99,6 +99,7 @@ function menu_option_two() { ./makeself-2.5.0.run cd makeself-2.5.0 cp *.sh /usr/bin + cd .. cprint 2 "Done!" }