File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ getAbout() {
23
23
echo " "
24
24
echo " Intro: https://www.oldking.net/697.html"
25
25
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)"
27
27
echo " Usage: wget -qO- git.io/superupdate.sh | bash"
28
28
echo " "
29
29
}
@@ -127,7 +127,7 @@ setUbuntu(){
127
127
echo " deb-src http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse" >> /etc/apt/sources.list
128
128
129
129
[ " $ubuntuVersion " == ' 14.04' ] && sed -i ' s/xenial/trusty/' g /etc/apt/sources.list
130
- [ " $ubuntuVersion " == ' 16.06' ] &&
130
+ [ " $ubuntuVersion " == ' 16.06' ] && echo -n " "
131
131
[ " $ubuntuVersion " == ' 18.04' ] && sed -i ' s/xenial/bionic/' g /etc/apt/sources.list
132
132
}
133
133
You can’t perform that action at this time.
0 commit comments