{"id":24261965,"url":"https://github.com/geraldohomero/my-update","last_synced_at":"2026-04-07T16:31:13.193Z","repository":{"id":125504757,"uuid":"514636929","full_name":"geraldohomero/my-update","owner":"geraldohomero","description":"Update and upgrade scripts for daily use","archived":false,"fork":false,"pushed_at":"2023-12-29T14:51:59.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T22:37:03.717Z","etag":null,"topics":["linux","shell-script","ubuntu","update","vitrinedev"],"latest_commit_sha":null,"homepage":"","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/geraldohomero.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}},"created_at":"2022-07-16T16:58:55.000Z","updated_at":"2024-03-07T20:50:23.000Z","dependencies_parsed_at":"2023-12-12T21:28:06.933Z","dependency_job_id":"1770f4b9-938d-4ae0-9f54-fb395140f7e3","html_url":"https://github.com/geraldohomero/my-update","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/geraldohomero/my-update","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldohomero%2Fmy-update","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldohomero%2Fmy-update/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldohomero%2Fmy-update/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldohomero%2Fmy-update/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geraldohomero","download_url":"https://codeload.github.com/geraldohomero/my-update/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldohomero%2Fmy-update/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31520399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["linux","shell-script","ubuntu","update","vitrinedev"],"created_at":"2025-01-15T06:57:38.605Z","updated_at":"2026-04-07T16:31:13.169Z","avatar_url":"https://github.com/geraldohomero.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My daily update shellscript for Pop!_OS 22.04 LTS\n\n```bash\n#!/usr/bin/env bash\nRED='\\e[1;91m'\nGREEN='\\e[1;92m'\nNO_COLOR='\\e[0m'\n#----#\n\n# Internet?\n\nif ! ping -c 1 8.8.8.8 -q \u0026\u003e /dev/null; then\n  echo -e \"${RED}[ERROR] - No internet connection.${NO_COLOR}\"\n  exit 1\nelse\n  echo -e \"${GREEN}[INFO] - Internet connection verified.${NO_COLOR}\"\nfi\n\nupgrade_cleaning () {\n  echo -e \"${GREEN}[INFO] - Upgrading and cleaning...${NO_COLOR}\"\n  sleep 1\n  sudo apt autoclean\n  sudo apt clean\n  sudo apt update -m\n  sudo dpkg --configure -a\n  sudo apt install -f\n  sudo apt full-upgrade\n  sudo apt autoremove -y \n  #upgrades, repair and remove unused flatpaks\n  #flatpak repair --user\n  #flatpak remove --unused\n  flatpak update\n}  \n#----# Execução do script\nupgrade_cleaning\n\n```\n### Run: \n\n`./update.sh`\n***\n\nCreate alias for the `./update`\n\n\u003e`nano ~/.bash_aliases` - You need to have `.bash_aliases` on your `home` directory or just copy and paste the following to your .bashrc\n\n\u003e`alias update='./update.sh'`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeraldohomero%2Fmy-update","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeraldohomero%2Fmy-update","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeraldohomero%2Fmy-update/lists"}