mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
Fix README.md.
This commit is contained in:
parent
a04eff29ba
commit
1b8646cdd5
@ -6,11 +6,13 @@ This is repository for important files, which I prefer to have everywhere.
|
|||||||
|
|
||||||
I wrote a script to download files in this repository without git.
|
I wrote a script to download files in this repository without git.
|
||||||
|
|
||||||
|
NOTE: If the fourth command gives you "BAD SIGNATURE", proceed with caution!
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdir -p shell-things
|
|
||||||
cd shell-things
|
|
||||||
wget -O shell-things.sh http://mkaysi.github.com/shell-things.sh
|
wget -O shell-things.sh http://mkaysi.github.com/shell-things.sh
|
||||||
wget -O shell-things.sh.asc http://mkaysi.github.com/shell-things.sh.asc
|
wget -O shell-things.sh.asc http://mkaysi.github.com/shell-things.sh.asc
|
||||||
|
gpg --fetch-keys http://mkaysi.github.com/PGP/0x82A46728.txt
|
||||||
|
gpg --verify shell-things.sh.asc
|
||||||
chmod +x shell-things.sh && ./shell-things.sh
|
chmod +x shell-things.sh && ./shell-things.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user