Skip to content

Commit

Permalink
all: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed May 14, 2021
1 parent b20f0b7 commit 0e36c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ curl -s -S -L https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/s

The script also accepts some options:
* `-v` for verbose output;
* `-r` / `-u` to reinstall\uninstall AdGuard Home;
* `-r` / `-u` to reinstall/uninstall AdGuard Home;
* `-c <channel>` to use specified channel.

### Alternative methods
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ handle_existing() {

rm_or_error "$agh_dir"

log 'AdGuard Home was succesfully uninstalled'
log 'AdGuard Home was successfully uninstalled'
fi

if [ "$uninstall" = '1' ]
Expand Down

0 comments on commit 0e36c12

Please sign in to comment.