From 0fbfbb71a006203137f8f0f905cb55a277298735 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 14 Dec 2024 01:43:20 +0200 Subject: Search for kubo now instead of ipfs --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.sh') diff --git a/config.sh b/config.sh index 1a5c512..ac63acb 100755 --- a/config.sh +++ b/config.sh @@ -5,7 +5,7 @@ export AK_SETTINGS="$AK_WORKDIR/settings" export AK_BINDIR="$AK_WORKDIR/bin" export AK_LIBDIR="$AK_WORKDIR/lib" export PATH=$PATH:$AK_BINDIR -export AK_IPFS="$(which ipfs)" +export AK_IPFS="$(which kubo)" export AK_MODULESDIR="$AK_WORKDIR/modules" export AK_ZBLOCKDIR="$AK_WORKDIR/zblocks" export AK_BLOCKDIR="$AK_WORKDIR/blocks" -- cgit v1.2.3