mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 13:16:47 +00:00
feat: add --update flag to install.sh to set update action
This commit is contained in:
@@ -283,6 +283,10 @@ parse_args() {
|
||||
CONFIG_DIR="$2"
|
||||
shift 2
|
||||
;;
|
||||
--update)
|
||||
ACTION="update"
|
||||
shift 1
|
||||
;;
|
||||
--verbose | -v)
|
||||
VERBOSE=1
|
||||
shift 1
|
||||
|
||||
Reference in New Issue
Block a user