Skip to content

Commit

Permalink
update cminfo_updater source url for .08 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Mar 9, 2015
1 parent 0ccef97 commit 0236185
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/cminfo.sh
Expand Up @@ -105,7 +105,8 @@ setupdate() {
cat > "/usr/bin/cminfo_updater"<<EOF
#!/bin/bash
rm -rf /usr/bin/cminfo
wget -q --no-check-certificate -O /usr/bin/cminfo https://gist.githubusercontent.com/centminmod/828a8ae1add0397e740b/raw/cminfo.sh
# wget -q --no-check-certificate -O /usr/bin/cminfo https://gist.githubusercontent.com/centminmod/828a8ae1add0397e740b/raw/cminfo.sh
wget -q --no-check-certificate -O /usr/bin/cminfo https://raw.githubusercontent.com/centminmod/centminmod/123.08centos7beta01/tools/cminfo.sh
chmod 0700 /usr/bin/cminfo
EOF
chmod 0700 /usr/bin/cminfo_updater
Expand Down

0 comments on commit 0236185

Please sign in to comment.