Skip to content

shoppe v1.1.1

Compare
Choose a tag to compare
@knuxify knuxify released this 06 Sep 19:26
· 76 commits to master since this release
5131c36

Getting started

wget https://raw.githubusercontent.com/shoppepm/shoppe/master/shoppe
chmod +x shoppe
./shoppe install shoppe

1.1.1

IMPROVEMENT/UX:

  • Removed misleading 'Searching on shoppe repositories' notice (fe5a354)
  • Started handling single dash switches better (f806bb1)

IMPROVEMENT/CODE:

  • Condensed 'echo '$p_error ERRORMSG' && exit 1' into a single function (fail) (f03a171, 422d346)