From d7e548c779aacf7f92be698706701bdb76f38e15 Mon Sep 17 00:00:00 2001 From: Ryan Greenup Date: Tue, 21 Jul 2020 22:03:02 +1000 Subject: [PATCH] Installer Symlink expects src dir --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 85d0b92..5887d30 100755 --- a/install.sh +++ b/install.sh @@ -160,7 +160,7 @@ Install_bin() { fi Install_bin else - ln -s "$HOME/.cadmus/bin/cadmus" "$HOME/.local/bin/" && echo -e "\nSuccessfully created symlink from $HOME/.cadmus/bin/cadmus to $HOME/.local/bin/ \n" + ln -s "$HOME/.cadmus/src/bin/cadmus" "$HOME/.local/bin/" && echo -e "\nSuccessfully created symlink from $HOME/.cadmus/bin/cadmus to $HOME/.local/bin/ \n" fi }