chore: make Prettier
[webi-installers/.git] / pathman / install.sh
1 #!/bin/bash
2
3 set -e
4 set -u
5
6 pkg_cmd_name="pathman"
7 WEBI_SINGLE=true
8
9 function pkg_get_current_version() {
10     echo $(pathman version 2> /dev/null | head -n 1 | cut -d ' ' -f2 | sed 's:^v::')
11 }
12
13 function pkg_done_message() {
14     # no message
15     true
16 }