Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/client_theming.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHong <hong@topbug.net>2018-03-05 20:07:42 +0300
committerDaniel Hansson <github@techandme.se>2018-03-05 20:07:42 +0300
commit5bc6455d02270a69f5c5551d1d3707d6cb095ae0 (patch)
tree55aabfb4c0fcb73e37407d3d3d24737dda97aafd
parent5733b2ae51ebc2be4a3d6a0404856e9ee47785ac (diff)
Update README.md: "apt-key add" has no option "-y" (#237)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c9e6b71..5f650b9 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ deb http://download.opensuse.org/repositories/home:/ivaradi/Debian_7.0/ /
Before installing, you also need to add the respository's key to the list of trusted APT keys with a command line:
```
-wget -q -O - <repository URL>/Release.key | apt-key add -y
+wget -q -O - <repository URL>/Release.key | apt-key add
```
For example (as root):