Skip to content

Instantly share code, notes, and snippets.

@faniska
Created July 13, 2023 18:39
Show Gist options
  • Select an option

  • Save faniska/6b3760e531a958e65b412ca449bf90b5 to your computer and use it in GitHub Desktop.

Select an option

Save faniska/6b3760e531a958e65b412ca449bf90b5 to your computer and use it in GitHub Desktop.

Revisions

  1. faniska created this gist Jul 13, 2023.
    8 changes: 8 additions & 0 deletions fix_shasum_manjaro.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    #!/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