File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ getAbout() {
2323 echo " "
2424 echo " Intro: https://www.oldking.net/697.html"
2525 echo " Copyright (C) 2018 Oldking oooldking@gmail.com"
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
You can’t perform that action at this time.
0 commit comments