https://github.com/ellipticobj/universal-github-install-script
universal bash script that lets users install the latest executable from the latest release of a specified repo
https://github.com/ellipticobj/universal-github-install-script
bash bash-script install template
Last synced: about 1 month ago
JSON representation
universal bash script that lets users install the latest executable from the latest release of a specified repo
- Host: GitHub
- URL: https://github.com/ellipticobj/universal-github-install-script
- Owner: ellipticobj
- License: mit
- Created: 2025-02-21T10:29:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T04:08:46.000Z (about 1 year ago)
- Last Synced: 2025-03-11T05:19:57.877Z (about 1 year ago)
- Topics: bash, bash-script, install, template
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# universal install script
kewl! rmb to credit me :3
note that this only works on *nix systems because i dont have a windows device :(
# what is this?
this is a small template script i made that gets an executable from the latest release of a github repo and installs it in a specified directory on the user's device
# requirements
the releases should be named (EXEC_NAME)-(ARCH)
EXEC_NAME can be specified in the script, and arch should be one of ("x86_64", "aarch64")
e.g.: scrap-x86_64 for 64 bit devices