{"id":27598309,"url":"https://github.com/drpdishant/shell-scripts","last_synced_at":"2025-10-26T17:49:26.879Z","repository":{"id":137953627,"uuid":"179624796","full_name":"drpdishant/shell-scripts","owner":"drpdishant","description":"Scripted Software Stack Installation for Ubuntu \u0026 Fedora","archived":false,"fork":false,"pushed_at":"2021-01-12T09:08:28.000Z","size":2247,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T11:13:17.687Z","etag":null,"topics":["apt","apt-get","debian","dialog","dpkg","error-handling","fedora","installer","package","rpm","rpm-package-install","rpm-packages","shell-script","software-installation","ubuntu","ubuntu-packages"],"latest_commit_sha":null,"homepage":"https://drpdishant.github.io/shell-scripts","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drpdishant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2019-04-05T05:35:20.000Z","updated_at":"2023-01-11T14:10:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff823247-385d-4890-b047-ce190ebc9ebe","html_url":"https://github.com/drpdishant/shell-scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drpdishant/shell-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drpdishant%2Fshell-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drpdishant%2Fshell-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drpdishant%2Fshell-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drpdishant%2Fshell-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drpdishant","download_url":"https://codeload.github.com/drpdishant/shell-scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drpdishant%2Fshell-scripts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261771218,"owners_count":23207224,"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":["apt","apt-get","debian","dialog","dpkg","error-handling","fedora","installer","package","rpm","rpm-package-install","rpm-packages","shell-script","software-installation","ubuntu","ubuntu-packages"],"created_at":"2025-04-22T14:13:32.522Z","updated_at":"2025-10-26T17:49:21.846Z","avatar_url":"https://github.com/drpdishant.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Software Stack Installation Script\n\n## Usage\n\n* Install and Update Listed Programs.\n\n    \u003e * Google Chrome\n    \u003e * Rocket Chat\n    \u003e * Sublime Text\n    \u003e * Code Insiders\n    \u003e * Docker-CE\n    \u003e * MongoDB\n\n* Download and Install packages not provided through package repositories, .e.g Rocketchat, Code Insiders\n* Check for Updates for Rocket chat and Code Insiders and Install them if any available.\n\n### Install all regular programs\n\n* It will fetch and run scripts directly from the web using curl\n* So first of all we need to install curl\n\n### For Debian Based Distros\n\n```bash\nsudo apt-get -qq update \u0026\u0026 sudo apt-get -y -qq install curl\n```\n\n### For Fedora Based Distros\n\n```bash\nsudo dnf -y install curl\n```\n\n#### Beginning the Installation\n\n* After installing curl you can now run the following command to begin the setup.\n* You'll be prompted to enter branch to be used: (Default is \"master\")\n\n\u003e `develop` *branch is for development purposes only, use with caution you might end up with a buggy codes*\n\n```bash\n/bin/bash -c \"$(curl -sL https://tinyurl.com/y8c67amv)\"\n```\n\n* You will be prompted to Select Required Packages.\n* Installation will check for Updates if Packages Already Exist and Install them if any update is availabe.\n* Select the Programs of your choice and hit **`Enter`**\n\n![prompt](prompt.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrpdishant%2Fshell-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrpdishant%2Fshell-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrpdishant%2Fshell-scripts/lists"}