From a62b5d55b7c3998913e8be4696e9fa9fadf1adcf Mon Sep 17 00:00:00 2001 From: TheK4n Date: Wed, 5 Jan 2022 02:20:50 +0300 Subject: [PATCH] fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc74298..557c867 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ completion: sudo ln -s $(PWD)/etc/bash_completion.d/all /etc/bash_completion.d links: - mkdir ~/.local/bin || true + mkdir -p ~/.local/bin || true ln -s ~/.local/bin ~ || true ln -s /media/$(USER) ~/Files || true