Skip to content

Commit

Permalink
create ~/.local/bin directory if nonexistent before installation
Browse files Browse the repository at this point in the history
  • Loading branch information
snopf committed Feb 5, 2020
1 parent dd675b7 commit b1a5317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/host/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cp -rf dist/pc/snopf_manager ~/.snopf
# cp dist/pc/snopf_password_request ~/.snopf

echo "Creating links in ~/.local/bin.."
mkdir -p ~/.local/bin
cp -f snopf_cmd ~/.local/bin/
cp -f snopf_manager ~/.local/bin/
# ln -s ~/.snopf/snopf_password_request ~/.local/bin/snopf_password_request
Expand Down

0 comments on commit b1a5317

Please sign in to comment.