We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb61cfb commit 0608673Copy full SHA for 0608673
z0r
@@ -145,7 +145,7 @@ del_history(){
145
check_ver(){
146
r_ver=$(curl -s "https://api.github.com/repos/InforgeNet/z0r-script/releases" | egrep -m 1 --color 'tag_name":\s*".*"' | cut -d '"' -f 4)
147
if [ ! "$r_ver" = "$ver" ]; then
148
- echo -e $GREEN"Update found"$FINE
+ echo -e $GREEN"Update found(https://github.com/InforgeNet/z0r-script)"$FINE
149
else
150
echo -e $RED"No update found"$FINE
151
fi
0 commit comments