Skip to content

Commit

Permalink
修复更新无效的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zyh001 authored Jul 28, 2018
1 parent a62a6a2 commit f84a3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion self.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ updateme(){
read -n 1 yn
if [[ $yn == [Yy] ]];then
export yn=n
wget -q -N --no-check-certificate https://raw.githubusercontent.com/Readour/AR-B-P-B/master/install.sh && bash install.sh develop
wget -q -N --no-check-certificate https://git.fdos.me/stack/AR-B-P-B/raw/master/install.sh && bash install.sh develop
sleep 3s
clear
ssr || exit 0
Expand Down

0 comments on commit f84a3d7

Please sign in to comment.