1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-07-31 19:30:12 +02:00

Installer Symlink expects src dir

This commit is contained in:
Ryan Greenup
2020-07-21 22:03:02 +10:00
parent 7dd702620b
commit d7e548c779

View File

@@ -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
}