Skip to content

Commit

Permalink
Snap doesn't work on the installer script, commented it out
Browse files Browse the repository at this point in the history
  • Loading branch information
map588 committed Jan 30, 2025
1 parent 8d8b407 commit cc60f2d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ then
fi

verify_flatpak
elif command -v snap > /dev/null 2>&1
then
if can_use_sudo
then
sudo snap install clipboard
verify
fi
# elif command -v snap > /dev/null 2>&1
# then
# if can_use_sudo
# then
# sudo snap install clipboard
# verify
# fi
elif command -v nix-env > /dev/null 2>&1
then
nix-env -iA nixpkgs.clipboard-jh
Expand Down

0 comments on commit cc60f2d

Please sign in to comment.