Skip to content

Commit

Permalink
Merge pull request #114 from ninech/install-deb
Browse files Browse the repository at this point in the history
fix: debian/ubuntu install instructions
  • Loading branch information
ctrox authored Jun 17, 2024
2 parents db168e6 + 7c0b520 commit 331d468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ go install github.com/ninech/nctl@latest
brew install ninech/taps/nctl

# Debian/Ubuntu
echo "deb [trusted=yes] https://repo.nine.ch/deb/ /" > /etc/apt/sources.list.d/repo.nine.ch.list
apt update
apt install nctl
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

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

0 comments on commit 331d468

Please sign in to comment.