Skip to content

Commit 94ceed5

Browse files
committed
Fix package name
1 parent c9c2530 commit 94ceed5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
env:
1111
global:
1212
- SS_VER=2.5.3
13-
- SS_DEB=shadowsocks-libev_${SS_VER}-1ubuntu1_amd64.deb
13+
- SS_DEB=shadowsocks-libev_${SS_VER}-1_amd64.deb
1414
matrix:
1515
- URL=https://www.facebook.com/
1616
- URL=https://www.google.com/

Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MAINTAINER EasyPi Software Foundation
77

88
ENV SS_VER 2.5.3
99
ENV SS_DIR shadowsocks-libev-${SS_VER}
10-
ENV SS_DEB shadowsocks-libev_${SS_VER}-1ubuntu1_amd64.deb
10+
ENV SS_DEB shadowsocks-libev_${SS_VER}-1_amd64.deb
1111
ENV SS_URL https://github.com/shadowsocks/shadowsocks-libev/archive/v${SS_VER}.tar.gz
1212
ENV SS_DEP asciidoc autoconf build-essential debhelper dh-systemd gawk init-system-helpers libpcre3-dev libssl-dev libtool pkg-config xmlto
1313

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ Current version: [![release](https://img.shields.io/github/release/shadowsocks/s
4646

4747
```bash
4848
# download package
49-
wget https://github.com/EasyPi/docker-shadowsocks-libev/releases/download/v2.5.3/shadowsocks-libev_2.5.3-1ubuntu1_amd64.deb
49+
wget https://github.com/EasyPi/docker-shadowsocks-libev/releases/download/v2.5.3/shadowsocks-libev_2.5.3-1_amd64.deb
5050
# install package
51-
dpkg -i shadowsocks-libev_2.5.3-1ubuntu1_amd64.deb
51+
dpkg -i shadowsocks-libev_2.5.3-1_amd64.deb
5252
# fix broken
5353
apt-get -f install -y
5454
# edit config

0 commit comments

Comments
 (0)