Skip to content

Commit

Permalink
adding stretch in repo + removing sha1 from GPG key
Browse files Browse the repository at this point in the history
  • Loading branch information
carsso committed Sep 10, 2017
1 parent d1d5223 commit 977919c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,27 @@ Installation

### Installation :

#### Debian Stretch :
```sh
echo "deb http://deb.carsso.com stretch main" > /etc/apt/sources.list.d/deb.carsso.com.list
wget -O- http://deb.carsso.com/deb.carsso.com.key | apt-key add -
apt-get update
apt-get install wigo
```
GPG key has changed since 2017-09-10.
If you have already installed package before, add the new key with this command:
```sh
wget -O- http://deb.carsso.com/deb.carsso.com.key | apt-key add -
```

#### Debian Jessie :
```sh
echo "deb http://deb.carsso.com jessie main" > /etc/apt/sources.list.d/deb.carsso.com.list
wget -O- http://deb.carsso.com/deb.carsso.com.key | apt-key add -
apt-get update
apt-get install wigo
```
GPG key has changed since 2016-03-20.
GPG key has changed since 2017-09-10.
If you have already installed package before, add the new key with this command:
```sh
wget -O- http://deb.carsso.com/deb.carsso.com.key | apt-key add -
Expand All @@ -47,7 +60,7 @@ wget -O- http://deb.carsso.com/deb.carsso.com.key | apt-key add -
apt-get update
apt-get install wigo
```
GPG key has changed since 2016-03-20.
GPG key has changed since 2017-09-10.
If you have already installed package before, add the new key with this command:
```sh
wget -O- http://deb.carsso.com/deb.carsso.com.key | apt-key add -
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.73.14
0.73.15

0 comments on commit 977919c

Please sign in to comment.