upsys
v1.0.0
Published
A simple personal wrapper for updating Ubuntu/Linux systems (apt update && apt upgrade). Nothing advanced.
Maintainers
Readme
upsys
A simple personal wrapper for updating Ubuntu/Linux systems.
Overview
upsys is a very basic wrapper around the standard Ubuntu/Linux update commands. It is designed for personal use to quickly update the system without manually typing the full commands.
It simply executes:
sudo bash -c "apt update && apt upgrade -y"Features
- Simple: No configuration, just runs the update.
- Personal: Tailored for a quick personal workflow.
- Direct: Uses
stdio: "inherit"so you can see the nativeaptoutput and interact if necessary (though-yis passed).
Installation
You can run it directly with npx or install it globally/locally.
Global Installation
npm install -g upsysUsage
Simply run:
upsysIt will prompt for sudo password if required by the system, run the updates, and print a success message upon completion.
Note: This is a personal tool and is not intended for advanced package management or complex system administration tasks.
