diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-04-06 11:57:01 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-04-06 11:57:01 +0300 |
commit | f4f175b2ceaf621ecb883cc5bcb56e002ec008f3 (patch) | |
tree | 7fb4b81decadad8afcb13fd51cafc5403d98cd8b /install.sh | |
parent | 1c3c397424a96b4b126e05954dcf2c79f888f035 (diff) | |
download | arching-kaos-tools-f4f175b2ceaf621ecb883cc5bcb56e002ec008f3.tar.gz arching-kaos-tools-f4f175b2ceaf621ecb883cc5bcb56e002ec008f3.tar.bz2 arching-kaos-tools-f4f175b2ceaf621ecb883cc5bcb56e002ec008f3.zip |
Needed to install the links to the scripts prior to attempting install ipfs
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -196,6 +196,7 @@ else logthis "$HAK installed at $HOME and sourced it in $SHELLRC" source $HOME/$HAK/rc; fi +sh update.sh sh ipfs-check-install-setup-init-update source ./config.sh source $HOME/$SHELLRC |