mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-02 11:19:25 -05:00
add onionshare-cli bash_alias
This commit is contained in:
parent
c8a7cd02e1
commit
b9920d61ba
1
setup-project.sh
Normal file → Executable file
1
setup-project.sh
Normal file → Executable file
@ -28,6 +28,7 @@ if [ "$OS" == "Linux" ]; then
|
||||
|
||||
# add alias
|
||||
echo "alias onionshare='cd $(pwd) && poetry run onionshare'" >> ~/.bash_aliases
|
||||
echo "alias onionshare-cli='cd $(pwd) && poetry run onionshare-cli'" >> ~/.bash_aliases
|
||||
source ~/.bash_aliases
|
||||
|
||||
echo "OnionShare Desktop is now installed"
|
||||
|
Loading…
x
Reference in New Issue
Block a user