Skip to content

Commit

Permalink
Remove sudo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Teitelman committed Feb 13, 2014
1 parent b1e9f5e commit 23d7fcb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions guide.tex
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ \subsection{Setting up repository}
{\small
\color{gray}
\begin{verbatim}
$ sudo pacman -Syyu
# pacman -Syyu
\end{verbatim}
}
\end{enumerate}
Expand All @@ -182,28 +182,28 @@ \subsection{Installing packages}
{\small
\color{gray}
\begin{verbatim}
$ sudo pacman -Sgg | grep blackarch | cut -d' ' -f2 | sort -u
# pacman -Sgg | grep blackarch | cut -d' ' -f2 | sort -u
\end{verbatim}
}
\item To install all of the tools, run
{\small
\color{gray}
\begin{verbatim}
$ sudo pacman -S blackarch
# pacman -S blackarch
\end{verbatim}
}
\item To install a category of tools, run
{\small
\color{gray}
\begin{verbatim}
$ sudo pacman -S blackarch-<category>
# pacman -S blackarch-<category>
\end{verbatim}
}
\item To see the blackarch categories, run
{\small
\color{gray}
\begin{verbatim}
$ sudo pacman -Sg | grep blackarch
# pacman -Sg | grep blackarch
\end{verbatim}
}
\end{enumerate}
Expand Down

0 comments on commit 23d7fcb

Please sign in to comment.