In case you want to ask nicely to your shell to run last command in sudo :)
You can install [plz] with a single command:
curl -sSL https://raw.githubusercontent.com/Jafagervik/plz/main/install.sh | shOr if you prefer to review the script before running:
# Download the script
curl -sSL https://raw.githubusercontent.com/Jafagervik/plz/main/install.sh -o install.sh
# Review it
less install.sh
# Run it if you're satisfied
sh install.sh