Skip to content

Instantly share code, notes, and snippets.

@faniska
Created July 13, 2023 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save faniska/6b3760e531a958e65b412ca449bf90b5 to your computer and use it in GitHub Desktop.
Save faniska/6b3760e531a958e65b412ca449bf90b5 to your computer and use it in GitHub Desktop.
Create symlink for shasum on Manjaro Linus (Gnome)
#!/bin/bash
# That snippet fixes the issue related with shasum path on Manjaro Arch Linux (Gnome)
# /usr/bin/shasum: No such file or directory
sudo ln -s /usr/bin/core_perl/shasum /usr/bin/shasum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment