diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-12-16 00:59:48 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-12-16 00:59:48 +0200 |
commit | 73fd44ff495d4f6ba72d5cb2d65d04f184bba059 (patch) | |
tree | ed8d2ac9be4b1fdb628e1cacf7d3052bda7188d2 | |
parent | 300190b4cbd16cdbd23f5e904586ab2485236293 (diff) | |
download | arching-kaos-tools-73fd44ff495d4f6ba72d5cb2d65d04f184bba059.tar.gz arching-kaos-tools-73fd44ff495d4f6ba72d5cb2d65d04f184bba059.tar.bz2 arching-kaos-tools-73fd44ff495d4f6ba72d5cb2d65d04f184bba059.zip |
More tries
-rwxr-xr-x | install.sh | 6 | ||||
-rwxr-xr-x | lib/_ak_script | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -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="" diff --git a/lib/_ak_script b/lib/_ak_script index 33d712b..f367765 100755 --- a/lib/_ak_script +++ b/lib/_ak_script @@ -17,7 +17,7 @@ ### You should have received a copy of the GNU General Public License ### along with this program. If not, see <http://www.gnu.org/licenses/>. ### -source $AK_LIBDIR/_ak_log +source $AK_LIBDIR/_ak_log || source ./lib/_ak_log # Wanna talk about it? function _ak_new_line(){ |