{"id":17941818,"url":"https://github.com/fr0st-iwnl/arch-update","last_synced_at":"2025-03-24T13:33:21.543Z","repository":{"id":259512768,"uuid":"866464073","full_name":"fr0st-iwnl/arch-update","owner":"fr0st-iwnl","description":"A simple bash script for managing system updates on Arch-based distributions, including AUR and Flatpak support.","archived":false,"fork":false,"pushed_at":"2024-10-31T00:43:37.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T03:53:31.506Z","etag":null,"topics":["arch-linux","bash","bash-script","system-update","update"],"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/fr0st-iwnl.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":"2024-10-02T10:03:03.000Z","updated_at":"2024-10-31T00:43:41.000Z","dependencies_parsed_at":"2024-10-26T05:29:14.409Z","dependency_job_id":"91035847-b4bf-472c-ace0-b4d7b0ca22aa","html_url":"https://github.com/fr0st-iwnl/arch-update","commit_stats":null,"previous_names":["fr0st-iwnl/arch-update"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fr0st-iwnl%2Farch-update","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fr0st-iwnl%2Farch-update/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fr0st-iwnl%2Farch-update/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fr0st-iwnl%2Farch-update/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fr0st-iwnl","download_url":"https://codeload.github.com/fr0st-iwnl/arch-update/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245279967,"owners_count":20589554,"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":["arch-linux","bash","bash-script","system-update","update"],"created_at":"2024-10-29T02:04:19.850Z","updated_at":"2025-03-24T13:33:21.536Z","avatar_url":"https://github.com/fr0st-iwnl.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arch Update Script\n\nThis repository contains a simple Bash script designed for managing system updates on Arch-based Linux distributions. The script checks for updates in the official repositories, AUR (Arch User Repository), and Flatpak, and provides the user with a summary of available updates. Upon user confirmation, it performs the updates.\n\n\u003e [!NOTE]\n\u003e This script was made for my personal use.\n\n## Showcase\n\n![Arch Linux Update Showcase](https://raw.githubusercontent.com/fr0st-iwnl/assets/refs/heads/main/thumbnails/archupdateshowcase.gif)\n\n## Features\n\n- Checks for updates in:\n  - Official Arch repositories\n  - AUR (using yay or paru)\n  - Flatpak\n- User confirmation before proceeding with updates\n- Outputs the number of available updates in a clear format\n\n## Installation\n\nTo use this script, follow these steps:\n\n1. **Download the Script**: Clone this repository to your local machine or copy the `update.sh` file to your desired location.\n   ```bash\n   git clone https://github.com/fr0st-iwnl/arch-update.git\n   ```\n\n## Steps to Create the Custom Command\n\n1. **Create the `bin` Directory**  \n   Create a folder called `bin` in `~/.local/share/`. If it already exists, simply add the `update.sh` script there and rename it to `update` (removing the `.sh` extension).\n\n   ```bash\n   mkdir -p ~/.local/share/bin\n   cp /path/to/update.sh ~/.local/share/bin/update\n   ```\n\n1. **Make `update` executable**  \n   Give the `update` permissions to run.\n\n   ```bash\n   chmod +x ~/.local/share/bin/update\n   ```\n\n**Update Your Shell Configuration:**\nAdd the following line to your `~/.bashrc` or `~/.zshrc`:\n\n```bash\nexport PATH=\"$HOME/.local/share/bin:$PATH\"\n```\n\n**Reload Your Terminal:**\nRun the following command to apply the changes:\n\n```bash\nsource ~/.bashrc\n```\n**or**\n\n```bash\nsource ~/.zshrc\n```\n   \n\n   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffr0st-iwnl%2Farch-update","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffr0st-iwnl%2Farch-update","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffr0st-iwnl%2Farch-update/lists"}