upd is a system updater tool that shows essential datas about available packages.
Go to file
Cyrille L a62dd17a2d Change option : --arch-mirror; Check for errors for arch and ask to repair 2022-08-07 12:04:45 +02:00
etc/upd New: archlinux user can upgrade system 2022-03-30 11:01:08 +02:00
usr/local/bin Change option : --arch-mirror; Check for errors for arch and ask to repair 2022-08-07 12:04:45 +02:00
var/lib/upd Change option : --arch-mirror; Check for errors for arch and ask to repair 2022-08-07 12:04:45 +02:00
LICENSE Initial Commit 2022-03-23 16:41:16 +01:00
README.md Version 0.1.2 (news for arch users) 2022-06-29 15:27:20 +02:00
setup.sh Fix setup 2022-03-24 17:57:45 +01:00
upd_list_pkgs_arch.png Initial Commit 2022-03-23 16:41:16 +01:00

README.md

What is upd ?

upd is a system updater tool that shows essential datas about available packages. It was a long story project and was mainly coded for archlinux users. But i wanted to also have it for debian (based) systems. upd is intended to be used with a terminal.

Working on recoding it

upd is in early re-recoding state. you can try and use it. All it is doing for now, is checking for updates and showing packages old and new version for debian and archlinux (separrating AUR and System available updates). More functions will be added soon...

Dependancies

  • bash
  • curl (to check available version)
  • rsync (to update upd files with upd -U)

How to install

git clone https://git.a-lec.org/echolib/upd
cd upd
chmod +x setup.sh
./setup.sh

How to upgrade

upd -U