Commit graph

9 commits

Author SHA1 Message Date
nadrad 35a6bae112 added pbcopy to acceptable clipboard applications 2023-07-23 11:31:08 +02:00
Lawrence Lagerlof a5ed41fd54 Added quotes to $DESTINATION_DIR in install.sh 2022-09-17 12:51:53 -03:00
Lawrence Lagerlof 51aaa2ec57 Removed some unnecessary quotes from install.sh 2022-09-17 12:47:47 -03:00
Lawrence Lagerlof e222b5232e Removed duplicated chmod in install.sh 2022-09-17 12:45:29 -03:00
Lawrence Lagerlof 067ce1813b Added blank lines to install.sh output strings 2022-09-17 09:56:02 -03:00
Lawrence Lagerlof 57a97b98d7 install.sh bash script converted to sh script 2022-09-17 09:48:46 -03:00
nadrad cda496ff21 now read works when piped to bash 2022-09-16 09:24:49 +02:00
Lawrence Lagerlof ccd72c5339 Installer automatically download h-m-m
If h-m-m doesn't exist in the same directory as this script,
tries to download the application from github repository.
2022-09-15 16:58:56 -03:00
Lawrence Lagerlof f7923bf2af Installer (shell script)
This installer performs the following actions:

- Check if php is on PATH.
- Check if  xclip, xsel or wl-clipboard are on PATH.
- Check if /usr/local/bin exists, if not fallback to /usr/bin
- Copy h-m-m to destination directory (mentioned above).
- Make h-m-m executable.
2022-09-15 15:27:49 -03:00