Skip to content

Commit

Permalink
install.sh: add 'deps' option
Browse files Browse the repository at this point in the history
  • Loading branch information
asherikov committed Aug 4, 2023
1 parent 4b97f77 commit 43dec22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh

set -e

apt_install()
{
Expand Down Expand Up @@ -39,6 +40,9 @@ case $1 in
install_deps
install_script
;;
deps)
install_deps
;;
*)
;;
esac

0 comments on commit 43dec22

Please sign in to comment.