You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default shell file: `.bashrc` or `.zshrc` or `.profile`
43
+
Source value: `latest` ( can be `branchname` )
44
+
45
+
Shell file: `.bashrc` or `.zshrc` or `.profile`
44
46
45
47
For custom command names, repo, shell file, etc, see advanced installation method.
46
48
@@ -72,7 +74,9 @@ These are the flags that are available in the install.sh script:
72
74
73
75
-r | --repo <Username/reponame> - Upload script from your custom repo,e.g --repo labbots/google-drive-upload, make sure your repo file structure is same as official repo.
74
76
75
-
-b | --branch <branch_name> - Specify branch name for the github repo, applies to custom and default repo both.
77
+
-B | --branch <branch_name> - Specify branch name for the github repo, applies to custom and default repo both.
78
+
79
+
-R | --release <tag/release_tag> - Specify tag name for the github repo, applies to custom and default repo both.
76
80
77
81
-s | --shell-rc <shell_file> - Specify custom rc file, where PATH is appended, by default script detects .zshrc and .bashrc.
78
82
@@ -82,7 +86,7 @@ These are the flags that are available in the install.sh script:
82
86
83
87
Now, run the script and use flags according to your usecase.
0 commit comments