X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=hexyl%2Finstall.sh;h=74e24364a522ac8bf9c86ba1570ded9a478dc5a8;hb=91512157ab426c87e0a82b594620e90e324b23a3;hp=218c0e3e17896f942be61805c34d0aa420995ef8;hpb=46445e9382905a52e770d44191235be179616049;p=webi-installers%2F.git diff --git a/hexyl/install.sh b/hexyl/install.sh index 218c0e3..74e2436 100644 --- a/hexyl/install.sh +++ b/hexyl/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -{ +function __init_hexyl() { set -e set -u @@ -29,3 +29,5 @@ chmod a+x "$pkg_src_cmd" } } + +__init_hexyl