-
Notifications
You must be signed in to change notification settings - Fork 37
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
better way of running the bluebomb helper script. #115
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: thepikachugamer <[email protected]>
i did it |
not always, like debian/ubuntu use dash, not bash for sh, you should never expect sh to work like bash in any case |
how about the $SHELL variable? |
The script is just written with bash in mind |
figure what? bash is literally in most distro, you literally just need to type bash, like what originally was |
you don't automatically be a "niche" distro by just not using bash by default. so, by this logic, arch is a niche distro as well. arch uses zsh, which is superior in most cases compared to bash. |
Description
this pr basically fits the entire downloading and running process into one command, so the users don't have to run 3 commands.
the old commands are:
and the new command is:
wget -qO- https://wii.hacks.guide/assets/files/bluebomb-helper.sh | sh
if i did anything wrong, please notify me because this is my first time contributing here.