Skip to content

Commit

Permalink
Merge pull request #1 from blackrez/patch-1
Browse files Browse the repository at this point in the history
Fix typo in script install
  • Loading branch information
lmangani committed Sep 9, 2023
2 parents ec09df2 + e2bb7ab commit e6421e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libchdb_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ add_rpm_repository() {
echo "Adding Metrico RPM repository..."
cd /etc/yum.repos.d && sudo curl -LO https://metrico.github.io/metrico.repo
echo "The repository is setup! You can now install packages."
echo "Example: sudo yum install -y libchdb"
echo "Example: sudo dnf install -y libchdb"
echo ""
}

Expand Down

0 comments on commit e6421e2

Please sign in to comment.