An open API service indexing awesome lists of open source software.

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

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

```