Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo and add sudo #1

Merged
merged 1 commit into from
Jul 7, 2020
Merged

Fix typo and add sudo #1

merged 1 commit into from
Jul 7, 2020

Conversation

yrojx
Copy link
Contributor

@yrojx yrojx commented Jul 7, 2020

Fix command in line 42 (it must be "npm" not "nmp")
Fix typo in line 69 (it must be "pencopotan" not "pemasangan")
Add sudo in line 72 (it must be "un" alias for uninstall not just "u')
Add sudo on command in line 76 (MacOS need sudo for delete that folder)

Fix command in line 42 (it must be "npm" not "nmp")
Fix typo in line 69 (it must be "pencopotan" not "pemasangan")
Add sudo in line 72 (it must be "un" alias for uninstall not just "u')
Add sudo on command in line 76 (MacOS need sudo for delete that folder)
case $1 in
"Green Tunnel" )
confirm "-x $(command -v gt)" "Green Tunnel" "npm u -g gt"
confirm "-x $(command -v gt)" "Green Tunnel" "npm un -g gt"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"u" is not alias for uninstall. Instead we can use: remove, rm, r, un, unlink

@icaksh icaksh merged commit bf92199 into bebasid:master Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants