Merge latest changes into my dev branch#2
Open
sTiKyt wants to merge 14 commits into
Open
Conversation
* Ensure root execution Added a check to ensure the script runs with root privileges, and prompt for the root password if necessary. Package manager detection Automatic package manager detection and installation commands. This change simplifies the installation process by automating the detection of the package manager and installing necessary packages accordingly. Added support for multiple package managers such as apt, apk, yum, and pacman. Add repository cloning and environment setup in install.sh Refactored install.sh to improve virtual environment setup, forbid it from executing apt commands without verifying apt presence, added loops for database and installation options. Add repository cloning and environment setup in install.sh Refactored install.sh to improve virtual environment setup, forbid it from executing apt commands without verifying apt presence, added loops for database and installation options. * Update README format and streamline installation instructions Reformatted sections for better readability, removed unnecessary </p>, replaced weird symbols with spaces * spacing * enhnace PM_PERMIT comment * enhance git install instrunction * Enhance repo existence check in installation script Updated the condition to verify both the presence of the directory and essential files (.env.dist, main.py, modules) before proceeding in the existing repository path. This change ensures the script runs only if all required files are available, preventing errors during installation. * Add user prompt for virtual environment creation Introduce a prompt to let the user decide whether to create a virtual environment, providing guidance and the option to skip if needed. * Fixed a typo in options for db_type * Reorder script execution for better flow Moved the execution of `install.py` to ensure configuration prompts occur before running the script. * Update README.md --------- Co-authored-by: Abhi <85984486+AbhiTheModder@users.noreply.github.com>
* remove unused music handler from install
* set custom afk message * set custom antipm message
Bump to latest version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.