Skip to content

Commit

Permalink
Fixed install script.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Dec 18, 2023
1 parent 14006e1 commit 8490793
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion support/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ fi

git clone --quiet --depth 1 https://github.com/nthnn/Qrepo.git && cd Qrepo
chmod -R 777 build.sh && ./build.sh
rm -i /usr/local/bin/qrepo && mv dist/qrepo /usr/local/bin/qrepo && rm -rf ../Qrepo

if[ -e "/usr/local/bin/qrepo" ]; then
rm -rf /usr/local/bin/qrepo
mv dist/qrepo /usr/local/bin/qrepo && rm -rf ../Qrepo

0 comments on commit 8490793

Please sign in to comment.