From b84f934509fb38330ecbd4c5b8f3d62297b20401 Mon Sep 17 00:00:00 2001 From: cronyakatsuki <64900606+cronyakatsuki@users.noreply.github.com> Date: Fri, 4 Nov 2022 11:44:53 +0100 Subject: [PATCH] Updated make command. --- arch_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch_install.sh b/arch_install.sh index 26d98f8..ab53a38 100755 --- a/arch_install.sh +++ b/arch_install.sh @@ -365,7 +365,7 @@ git clone https://github.com/cronyakatsuki/arch-dots.git arch read -n 1 -s -p "To continue press any key" mkdir ~/.config cd ~/repos/dots/arch -make $(cat Makefile | grep -E '.*:.*' | column -t -s ':' | awk '{ print $1 }') +make echo "Getting my general dotfiles" mkdir -p ~/repos/dots @@ -373,7 +373,7 @@ cd ~/repos/dots git clone https://github.com/cronyakatsuki/general-dots.git general read -n 1 -s -p "To continue press any key" cd ~/repos/dots/general -make $(cat Makefile | grep -E '.*:.*' | column -t -s ':' | awk '{ print $1 }') +make echo "Getting my scripts" mkdir -p ~/bin