From 73fd44ff495d4f6ba72d5cb2d65d04f184bba059 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 16 Dec 2024 00:59:48 +0200 Subject: More tries --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 4cbf9e3..f3038a3 100755 --- a/install.sh +++ b/install.sh @@ -73,8 +73,9 @@ fi touch $AK_LOGSFILE -source $WHEREAMI/lib/_ak_log -source $WHEREAMI/lib/_ak_script +source ./lib/_ak_log +bash update.sh +source ./lib/_ak_script _ak_check_and_create_dir $AK_CONFIGDIR _ak_check_and_create_dir $AK_BINDIR @@ -95,7 +96,6 @@ chmod 700 -R $AK_GPGHOME _ak_let_there_be_file $AK_GENESIS _ak_let_there_be_file $AK_ZBLOCKSFILE _ak_let_there_be_file $AK_ZPAIRSFILE -bash update.sh packageManager="" installCommand="" -- cgit v1.2.3