-
Notifications
You must be signed in to change notification settings - Fork 54
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
add easyinstall script #154
base: main
Are you sure you want to change the base?
Conversation
The bash script works only if you're in a debian based distro. |
Another implementation would be the possibility to add accounts during the prompt |
sure, i'll add that feature right away, and dosen't the script open a chromium instance that prompts you to login? i can spawn a window saying to put the acc creds in the accounts.json file? |
It would be pretty, but I would say to parameterize it, because if you're using only a CLI OS you don't have a GUI to prompt the user and password |
ah, makes sense, gonna add that mater, school :P |
I guess once you've done that lmk |
new file: install.sh
…s-Script into easyinstall
I did it, although I didn't have time to implement the account and login-related stuff. No CLI parameterization either, I'll implement those in the future though, once I have time. |
Anyway, merge the files and contact me on Discord, |
I preferred a very sketchy bash script inserted in cron, which updates everything if needed rather than a script to install. Installation are just, some simple elementary commands. |
1 similar comment
I preferred a very sketchy bash script inserted in cron, which updates everything if needed rather than a script to install. Installation are just, some simple elementary commands. |
yeah i know, but having a script that does all the work for you is just, convenient |
just for the sake of people not knowing how to use it, makes stuff a lot easier, and pretty straightforward for most people, seeing as the script already asks for login info upon launch.