https://github.com/0xc7r/update-by-alias
A script that updates all packages that have x in the name. Example: golang --> golang-1.23-src & golang-1.23-go
https://github.com/0xc7r/update-by-alias
apt apt-get bash linux update updater
Last synced: 30 days ago
JSON representation
A script that updates all packages that have x in the name. Example: golang --> golang-1.23-src & golang-1.23-go
- Host: GitHub
- URL: https://github.com/0xc7r/update-by-alias
- Owner: 0XC7R
- License: mit
- Created: 2024-12-18T17:58:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T18:24:06.000Z (over 1 year ago)
- Last Synced: 2025-04-07T03:53:06.338Z (about 1 year ago)
- Topics: apt, apt-get, bash, linux, update, updater
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Update-by-alias
A script that updates all packages that have x in the name. Example: golang --> golang-1.23-src & golang-1.23-go
# How to use
No input will be used as no options. Only input y/yes if you want it to do x.
```bash
$ git clone https://github.com/0XC7R/Update-by-alias
$ cd Update-by-alias
$ bash ./updateAllUpgradable.sh
```