aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2023-08-18 22:30:19 +0300
committerkaotisk <kaotisk@arching-kaos.org>2023-08-18 22:30:19 +0300
commitda5c4e118f6d5b04ee31ca2374a1bd8aa8c00e37 (patch)
treec9f425479a45e5f91f29d23b7207e2b662b4cd2f /install.sh
parent39ed9fd836004d44bc31ecb4a63376a3c2087da6 (diff)
downloadarching-kaos-tools-da5c4e118f6d5b04ee31ca2374a1bd8aa8c00e37.tar.gz
arching-kaos-tools-da5c4e118f6d5b04ee31ca2374a1bd8aa8c00e37.tar.bz2
arching-kaos-tools-da5c4e118f6d5b04ee31ca2374a1bd8aa8c00e37.zip
Moved GPG keyring to dedicated folder under .arching-kaos/
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index bb4e3f1..3738def 100755
--- a/install.sh
+++ b/install.sh
@@ -14,6 +14,7 @@ if [[ ! -f $AK_GENESIS ]]; then touch $AK_GENESIS;fi
if [[ ! -f $AK_MINEDBLOCKS ]]; then mkdir $AK_MINEDBLOCKS; fi
if [[ ! -f $AK_ZBLOCKSFILE ]]; then mkdir $AK_ZBLOCKSFILE; fi
if [[ ! -f $AK_ZPAIRSFILE ]]; then mkdir $AK_ZPAIRSFILE; fi
+if [[ ! -d $AK_GPGHOME ]]; then mkdir $AK_GPGHOME && chmod 700 -R $AK_GPGHOME; fi
touch $AK_WORKDIR/logs
logthis(){