From 66b47e8e3e63826a122167706367452dc7d702cc Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Wed, 3 Aug 2022 13:31:56 +0300 Subject: [PATCH] Fix install --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index e3b9ace..d9f19c0 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -35,7 +35,7 @@ fi # installing sway-launcher curl https://raw.githubusercontent.com/Biont/sway-launcher-desktop/master/sway-launcher-desktop.sh > $HOME/.dotfiles/utils/sway-launcher-desktop -chmod +x $HOME.dotfiles/utils/sway-launcher-desktop +chmod +x $HOME/.dotfiles/utils/sway-launcher-desktop # linking dotfiles to their original locations