{"id":15051076,"url":"https://github.com/afimpel/upgrade-system-debian","last_synced_at":"2026-02-14T18:01:56.183Z","repository":{"id":163700122,"uuid":"490894964","full_name":"afimpel/upgrade-system-debian","owner":"afimpel","description":"Upgrade to Debian Linux","archived":false,"fork":false,"pushed_at":"2025-11-14T01:30:06.000Z","size":127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-14T03:24:24.931Z","etag":null,"topics":["afimpelelnerd","bash-script","debian-linux","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afimpel.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-10T23:48:40.000Z","updated_at":"2025-11-14T01:30:09.000Z","dependencies_parsed_at":"2025-11-13T02:01:30.808Z","dependency_job_id":null,"html_url":"https://github.com/afimpel/upgrade-system-debian","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/afimpel/upgrade-system-debian","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afimpel%2Fupgrade-system-debian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afimpel%2Fupgrade-system-debian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afimpel%2Fupgrade-system-debian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afimpel%2Fupgrade-system-debian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afimpel","download_url":"https://codeload.github.com/afimpel/upgrade-system-debian/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afimpel%2Fupgrade-system-debian/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29451913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["afimpelelnerd","bash-script","debian-linux","shell","shell-script"],"created_at":"2024-09-24T21:30:46.521Z","updated_at":"2026-02-14T18:01:56.167Z","avatar_url":"https://github.com/afimpel.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# upgrade-system-debian\nUpdate to Debian Linux, to perform a series of commands to make it more user friendly.\n\n## Desktop\n‼️ user with root permissions (sudo). ‼️\n\n### Version one link.\n* open terminal favorite\n* copy and paste command below\n\n```bash\nwget --no-cache -O - https://raw.githubusercontent.com/afimpel/upgrade-system-debian/main/installer-desktop.sh | sudo bash  \n```\n----\n\n\n## terminal version\n‼️ user with root permissions (sudo). ‼️\n\n### Version one link.\n* open terminal favorite\n* copy and paste command below\n\n ```bash\n wget --no-cache -O - https://raw.githubusercontent.com/afimpel/upgrade-system-debian/main/installer.sh | sudo bash  \n```\n----\n\n### version Git.\n‼️ All as root. ‼️\n* open terminal favorite\n* login as root\n* Copy and paste the commands below step by step without skipping any steps.\n\n```bash\n git clone https://github.com/afimpel/upgrade-system-debian.git\n cd upgrade-system-debian/\n cp upgrade-* /usr/bin/\n cp package-up* /usr/bin/\n chmod 777 /usr/bin/upgrade-system* -R\n chmod 777 /usr/bin/package-up* -R\n apt-get install sudo xterm wget curl -y\n echo \"%wheel ALL=(ALL:ALL) ALL\" \u003e /etc/sudoers.d/wheel\n echo \"%wheel ALL=(ALL) NOPASSWD: /sbin/poweroff, /sbin/reboot, /sbin/shutdown, /usr/bin/upgrade-syste*, /usr/bin/package-update\" \u003e\u003e /etc/sudoers.d/wheel\n adduser $(getent passwd 1000 | cut -d: -f1) wheel\n ```\n‼️ Important remember that this GIT method is for terminal use only. ‼️\n----\n# Terminal usage mode.\n\n## Run\n### ROOT user. \n```sh\npackage-update\nupgrade-system\nupgrade-system-poweroff\nupgrade-system-reboot\n```\n\n### Sudo User.\n```sh\nsudo package-update\nsudo upgrade-system\nsudo upgrade-system-poweroff\nsudo upgrade-system-reboot\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafimpel%2Fupgrade-system-debian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafimpel%2Fupgrade-system-debian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafimpel%2Fupgrade-system-debian/lists"}