Skip to content

Commit

Permalink
scripts/install.sh: improve message for non-writable install target (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
eshelyaron committed Jun 6, 2022
1 parent f02cd94 commit abd3294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ copy() {
fi
mv /tmp/mirrord "$HOME/.local/bin/mirrord"
else
echo "/usr/local/bin which is write protected, installing it requires sudo"
echo "installation target directory is write protected, run as root to override"
sudo mv /tmp/mirrord /usr/local/bin/mirrord
fi
}
Expand Down Expand Up @@ -61,4 +61,4 @@ install() {
}


install
install

0 comments on commit abd3294

Please sign in to comment.