Remove useless apt update
This commit is contained in:
parent
15512c9625
commit
a4e1e0cfc2
1 changed files with 0 additions and 1 deletions
|
|
@ -517,7 +517,6 @@ else
|
|||
elif [[ "$VERSION_ID" = 'VERSION_ID="9"' ]]; then
|
||||
echo "deb http://build.openvpn.net/debian/openvpn/stable stretch main" > /etc/apt/sources.list.d/openvpn.list
|
||||
wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg | apt-key add -
|
||||
apt update
|
||||
fi
|
||||
# Ubuntu 14.04
|
||||
elif [[ "$VERSION_ID" = 'VERSION_ID="14.04"' ]]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue