From 092109e3ddba5d72573419278b835f00c8e61173 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 24 Jul 2022 22:56:18 +0200 Subject: [PATCH] Update install script to download to /tmp and fix paths --- install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install b/install index 641db4f..9fd5133 100755 --- a/install +++ b/install @@ -1,4 +1,5 @@ #!/usr/bin/env zsh +cd /tmp wget https://raw.githubusercontent.com/mempool/zshrc/master/.zshrc && install -c -o root -g wheel -m 644 .zshrc /usr/local/etc/zshrc -wget https://raw.githubusercontent.com/mempool/zshrc/master/functions/prompt_wunjo_setup && install -c -o root -g wheel -m 644 /usr/local/share/zsh/site-functions/ -wget https://raw.githubusercontent.com/mempool/zshrc/master/functions/zgitinit && install -c -o root -g wheel -m 644 functions/zgitinit /usr/local/share/zsh/site-functions/ +wget https://raw.githubusercontent.com/mempool/zshrc/master/functions/prompt_wunjo_setup && install -c -o root -g wheel -m 644 prompt_wunjo_setup /usr/local/share/zsh/site-functions/ +wget https://raw.githubusercontent.com/mempool/zshrc/master/functions/zgitinit && install -c -o root -g wheel -m 644 zgitinit /usr/local/share/zsh/site-functions/