This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Bug report to introduce the feature in pamac: | |
# https://gitlab.manjaro.org/applications/pamac/-/issues/131 | |
# how many version parts shall be compared? Default to 1 (only major versions) | |
N=${1-1} | |
{ | |
pamac checkupdates |