Skip to content

Commit

Permalink
SERF(markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
Solaris committed Apr 18, 2020
1 parent a456b41 commit 7d6e5db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pipe
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#路径变量设定
export PM="apt"
export ver="2.9.2"
export ver="3.0.2"
export mirrors="$PREFIX/etc/apt/sources.list"
export output="/dev/null"

Expand All @@ -29,7 +29,7 @@ export list="apt list"

#字符变量
export EI1="│X│"
export EI2="X"
export EI2="\033[41;37m X \033[0m"
export TI1="│√│"
export SI="❚❚"
export SI1="│❚❚│"
Expand Down
2 changes: 1 addition & 1 deletion update.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
var=2.9.2
var=3.0.2
echo "当前最新版本:$var"
if [ "$ver" == "$var" ]; then
echo -e "\033[32m 当前为最新版本 \033[0m"
Expand Down

0 comments on commit 7d6e5db

Please sign in to comment.