Skip to content

Commit

Permalink
Merge pull request #69 from yasserbdj96/yasserbdj96-patch-22
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
yasserbdj96 authored Sep 7, 2022
2 parents bfd4adf + 6bae538 commit ac7ee49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install() {
# install hiphp-desktop script:
sudo cp "../hiphp-desktop/main.py" "/usr/share/$appname/hiphp_desktop.py";
sudo cp -r "../hiphp-desktop/src/." "/usr/share/$appname/src";
pip install -r "../hiphp-desktop/requirements.txt";
pip install -r "../hiphp-desktop/requirements-dst.txt";
}

uninstall() {
Expand Down

0 comments on commit ac7ee49

Please sign in to comment.