I hereby claim:
- I am doctorfree on github.
- I am ronrecord (https://keybase.io/ronrecord) on keybase.
- I have a public key ASBJjgRZPzEvZ4rJFeSqjcP8HnHt0ZAoDGcvIjrm-hKeHgo
To claim this, I am signing this object:
| #!/bin/bash | |
| # | |
| # Install pacman, makepkg, and Arch packaging utilities on Ubuntu Linux | |
| # | |
| # Written 2024-06-27 by Ronald Joe Record <[email protected]> | |
| sudo apt -q -y install --no-install-recommends \ | |
| git pkg-config meson gcc libtool libgpgme-dev libarchive-dev ninja-build \ | |
| libcurl4-openssl-dev libssl-dev curl gettext python3 python3-setuptools \ | |
| dash gawk ca-certificates fakeroot fakechroot libarchive-tools |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # | |
| # gh_get_latest - retrieve the latest release of a Github repository release | |
| # | |
| # Usage: gh_get_latest [-i] [-l] [-L] [-o owner] [-p project] | |
| # | |
| # Filtering the returned JSON object from the API request with: | |
| # | |
| # curl --silent "${API_URL}" | \ | |
| # jq --raw-output '.assets | .[]?.browser_download_url' |
| #!/bin/bash | |
| # | |
| # ifttt - Send a text message to my IFTTT phone channel with a tag that | |
| # triggers a corresponding Harmony activity. | |
| # | |
| # My IFTTT Phone Channel number | |
| # (Replace ########## with your IFTTT phone number) | |
| IFT="##########" | |
| MSG= |
| #!/bin/bash | |
| # | |
| # ifttt - Send a text message to my IFTTT phone channel with a tag that | |
| # triggers a corresponding Harmony activity. | |
| # | |
| # My IFTTT Phone Channel number | |
| # (Replace ########## with your IFTTT phone number) | |
| IFT="##########" | |
| MSG= |
| https://raw.githubusercontent.com/doctorfree/Scripts/master/IFTTT/ifttt |