# update-scripts **Repository Path**: samiux/update-scripts ## Basic Information - **Project Name**: update-scripts - **Description**: Update bash scripts for Ubuntu and Kali Linux - **Primary Language**: Shell - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-19 - **Last Updated**: 2025-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # update-scripts ## Update bash scripts for Ubuntu and Kali Linux For Kali Linux 2020.1 or later, you are required to install "reboot-notifier". ```bash sudo apt install reboot-notifier ``` ### Set up : ```bash chmod +x update_ubuntu chmod +x update_kali ``` ### Usage : ```bash sudo ./update_ubuntu sudo ./update_kali ``` ## Update bash scripts for GitHub (local copies) ### Set up : ```bash chmod +x github_update chmod +x github_delete ``` ### Usage : ```bash ./github_update ./github_delete all ./github_delete croissants ```