Skip to content

Commit

Permalink
Merge pull request #149 from renepupil/patch-1
Browse files Browse the repository at this point in the history
fix: debian/ubuntu install instructions 2
  • Loading branch information
ctrox authored Aug 29, 2024
2 parents f7a529b + 6965526 commit 09d2a0c
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 09d2a0c

Please sign in to comment.