Skip to content

Commit d2fad6b

Browse files
committed
v1.0.2
1 parent f43d543 commit d2fad6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

superupdate.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ getAbout() {
2323
echo ""
2424
echo " Intro: https://www.oldking.net/697.html"
2525
echo " Copyright (C) 2018 Oldking [email protected]"
26-
echo -e " Version: ${GREEN}1.0.1${PLAIN} (2 Nov 2018)"
26+
echo -e " Version: ${GREEN}1.0.2${PLAIN} (2 Nov 2018)"
2727
echo " Usage: wget -qO- git.io/superupdate.sh | bash"
2828
echo ""
2929
}
@@ -127,7 +127,7 @@ setUbuntu(){
127127
echo "deb-src http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse" >>/etc/apt/sources.list
128128

129129
[ "$ubuntuVersion" == '14.04' ] && sed -i 's/xenial/trusty/'g /etc/apt/sources.list
130-
[ "$ubuntuVersion" == '16.06' ] &&
130+
[ "$ubuntuVersion" == '16.06' ] && echo -n ""
131131
[ "$ubuntuVersion" == '18.04' ] && sed -i 's/xenial/bionic/'g /etc/apt/sources.list
132132
}
133133

0 commit comments

Comments
 (0)