Skip to content

Commit

Permalink
add explanation of sudo requirement
Browse files Browse the repository at this point in the history
Co-authored-by: Cunliang Geng <[email protected]>
  • Loading branch information
adraismawur and CunliangGeng authored Mar 12, 2024
1 parent a4640dd commit 0c05b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/install-nplinker-deps
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ if [[ "$OSTYPE" == "linux"* ]]; then
if ${run_on_github}; then
do_install="sudo apt install -y"
else
echo "To use 'apt' command, you need to allow 'sudo apt' by providing your computer password"
sudo apt update &> /dev/null
do_install="sudo apt install -y"
fi
Expand Down

0 comments on commit 0c05b65

Please sign in to comment.