mirror of
https://github.com/dchakro/brewlog.git
synced 2026-05-17 10:12:16 -07:00
update urls
This commit is contained in:
parent
f681ee4a3c
commit
28038c6399
2 changed files with 7 additions and 7 deletions
10
README.md
10
README.md
|
|
@ -1,6 +1,6 @@
|
|||
[](https://github.com/dchakro/brewlog/blob/master/LICENSE)
|
||||
[](https://github.com/dchakro/brewlog/issues)
|
||||
[](https://github.com/dchakro/brewlog/branches)
|
||||
[](https://github.com/dchakro/brewlog/blob/master/LICENSE)
|
||||
[](https://github.com/dchakro/brewlog/issues)
|
||||
[](https://github.com/dchakro/brewlog/branches)
|
||||
[](https://www.gnu.org/software/bash/)
|
||||
|
||||
# brewlog
|
||||
|
|
@ -39,7 +39,7 @@ The script [`install.sh`](https://github.com/dchakro/brewlog/blob/master/install
|
|||
|
||||
```sh
|
||||
# Install
|
||||
curl -sSL 'https://raw.githubusercontent.com/robocopAlpha/brewlog/master/install.sh' | bash
|
||||
curl -sSL 'https://raw.githubusercontent.com/dchakro/brewlog/master/install.sh' | bash
|
||||
# Show help
|
||||
brewlog --help
|
||||
```
|
||||
|
|
@ -54,7 +54,7 @@ brewlog --help
|
|||
|
||||
```sh
|
||||
# download
|
||||
curl -OJL 'https://raw.githubusercontent.com/robocopAlpha/brewlog/master/install.sh'
|
||||
curl -OJL 'https://raw.githubusercontent.com/dchakro/brewlog/master/install.sh'
|
||||
# Review/Modify code
|
||||
bat install.sh
|
||||
nano install.sh
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ else
|
|||
fi
|
||||
|
||||
if [ -w $BREWLOCATION ]; then
|
||||
curl -sSL 'https://raw.githubusercontent.com/robocopAlpha/brewlog/master/brewlog.sh' > $BREWLOCATION/brewlog
|
||||
curl -sSL 'https://raw.githubusercontent.com/dchakro/brewlog/master/brewlog.sh' > $BREWLOCATION/brewlog
|
||||
chmod +x $BREWLOCATION/brewlog
|
||||
printf "
|
||||
brewlog has been installed as $(command -v brewlog).
|
||||
|
|
@ -20,7 +20,7 @@ else
|
|||
shopt -s nocasematch
|
||||
flag=1
|
||||
fi
|
||||
curl -sSL 'https://raw.githubusercontent.com/robocopAlpha/brewlog/master/brewlog.sh' >| brewlog.sh
|
||||
curl -sSL 'https://raw.githubusercontent.com/dchakro/brewlog/master/brewlog.sh' >| brewlog.sh
|
||||
echo "user $(whoami) cannot write to $BREWLOCATION"
|
||||
read -r -p "use sudo (y/N): " choice
|
||||
if [[ "$choice" =~ ^(yes|y)$ ]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue