{"id":18011476,"url":"https://github.com/tmiland/shell-download","last_synced_at":"2026-05-11T07:36:10.710Z","repository":{"id":70815671,"uuid":"499088085","full_name":"tmiland/shell-download","owner":"tmiland","description":"Automatic shell download script","archived":false,"fork":false,"pushed_at":"2024-12-24T13:40:13.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T23:27:53.610Z","etag":null,"topics":["bash","bash-script","debian","download","downloader","shell","shell-script"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tmiland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-02T10:20:13.000Z","updated_at":"2024-12-24T13:40:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c0b0075-219c-4c4e-bfd8-9fa37b204c75","html_url":"https://github.com/tmiland/shell-download","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmiland%2Fshell-download","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmiland%2Fshell-download/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmiland%2Fshell-download/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmiland%2Fshell-download/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmiland","download_url":"https://codeload.github.com/tmiland/shell-download/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247189139,"owners_count":20898635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","bash-script","debian","download","downloader","shell","shell-script"],"created_at":"2024-10-30T03:10:46.809Z","updated_at":"2026-05-11T07:36:05.664Z","avatar_url":"https://github.com/tmiland.png","language":"Shell","funding_links":["https://www.buymeacoffee.com/tmiland","https://paypal.me/milandtommy"],"categories":[],"sub_categories":[],"readme":"# shell-download\n Automatic shell download script\n \n A simple script to download a bash shell script and optionally symlink to `$HOME\"/.local/bin`\n\n## Download\n\nFor main branch\n```bash\nmkdir $HOME/Downloads/scripts\n```\n```bash\ncd $HOME/Downloads/scripts\n```\n```bash\nwget https://github.com/tmiland/shell-download/raw/main/shell-download.sh\n```\n\nSet execute permission:\n```bash\nchmod +x shell-download.sh\n```\n\nSymlink\n```bash\nfile=shell-download.sh\n```\n```bash\nfull_file_path=$(realpath ./\"$file\")\n```\n```bash\nfull_file_name=${file%.*}\n```\n```bash\nsudo ln -s \"$full_file_path\" \"$HOME\"/.local/bin/\"$full_file_name\"\n```\n\nNow you can run `shell-download \u003cURLtoShellScript\u003e`\n\n- This will make installing shell scripts a lot easier.\n- You can download any other file and the script should detect if it's a shell script or not.\n- It will only set execution permissions (`chmod +x`) on shell scripts.\n  - You will be asked with [Y/N] wether or not you want to symlink the script.\n    - If symlinked, name of the script will be used (without the `.sh` part).\n\n## Dependencies\n\n`wget`,`curl` or `fetch`\n- will be installed if not found: `wget`\n\n## Donations\n\u003ca href=\"https://www.buymeacoffee.com/tmiland\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n- [PayPal me](https://paypal.me/milandtommy)\n- [BTC] : 33mjmoPxqfXnWNsvy8gvMZrrcG3gEa3YDM\n\n#### Disclaimer \n\n*** ***Use at own risk*** ***\n\n### License\n\n[![MIT License Image](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/MIT_logo.svg/220px-MIT_logo.svg.png)](https://github.com/tmiland/shell-download/blob/master/LICENSE)\n\n[MIT License](https://github.com/tmiland/shell-download/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmiland%2Fshell-download","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmiland%2Fshell-download","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmiland%2Fshell-download/lists"}