Skip to content

Commit

Permalink
Remove extra sudo
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <[email protected]>
  • Loading branch information
Kwpolska committed Sep 12, 2015
1 parent ded13c2 commit 086cd47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ https://wiki.archlinux.org/index.php/Unofficial_user_repositories#pkgbuilder

After adding the repository, you need to run::

# sudo pacman-key -r 5EAAEA16
# pacman-key -r 5EAAEA16
# pacman-key --lsign 5EAAEA16
# pacman -Syyu
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ There are two ways to install PKGBUILDer:

After adding the repository, you need to run::

# sudo pacman-key -r 5EAAEA16
# pacman-key -r 5EAAEA16
# pacman-key --lsign 5EAAEA16
# pacman -Syyu

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ There are two ways to install PKGBUILDer:

After adding the repository, you need to run::

# sudo pacman-key -r 5EAAEA16
# pacman-key -r 5EAAEA16
# pacman-key --lsign 5EAAEA16
# pacman -Syyu

Expand Down
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ There are two ways to install PKGBUILDer:

After adding the repository, you need to run::

# sudo pacman-key -r 5EAAEA16
# pacman-key -r 5EAAEA16
# pacman-key --lsign 5EAAEA16
# pacman -Syyu

Expand Down

0 comments on commit 086cd47

Please sign in to comment.