Skip to content

Commit

Permalink
[BUG]: curl installation warning bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mintRaven-05 authored Aug 11, 2024
1 parent 4f8be21 commit 1bcdf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo ""
chmod +x uninstall.sh
chmod +x update.sh

if [ -d "/usr/bin/curl" ]; then
if [ -f "/usr/bin/curl" ]; then
echo ""
else
echo "install curl using your package manager after installation"
Expand Down

0 comments on commit 1bcdf6f

Please sign in to comment.