Skip to content

Commit

Permalink
Add sudo to apt-get commands in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
renepupil authored Aug 28, 2024
1 parent f7a529b commit 6965526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ brew install ninech/taps/nctl

# Debian/Ubuntu
echo "deb [trusted=yes] https://repo.nine.ch/deb/ /" | sudo tee /etc/apt/sources.list.d/repo.nine.ch.list
apt-get update
apt-get install nctl
sudo apt-get update
sudo apt-get install nctl

# Fedora/RHEL
cat <<EOF > /etc/yum.repos.d/repo.nine.ch.repo
Expand Down

0 comments on commit 6965526

Please sign in to comment.