-
Notifications
You must be signed in to change notification settings - Fork 63
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 |
Any updated regarding this? |
Yep! I updated both the scripts (and removed some additional comments, used AI to implement the Docker prompt), you should be able to just install the corresponding install script without having to clone the whole repo and run the bot! Test what I committed and LMK if there are any errors that occur before accepting the PR. |
I don't check my GitHub inbox often, so I apologize for my very late response. |
this is my little contribution with this little script by putting it in crontab I manage updates automatically
|
Line 3 isn't really well-suited, since people might not have a |
There is a comment alongside line 3. This is the base a starting point my I have customized with some commands that are executed only if there is an "upgrade" (commit) |
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.