This repository was archived by the owner on Dec 5, 2025. It is now read-only.
Open
Conversation
Fixed ./setup directory not found. https://github.com/Veil-Framework/Veil#gits-quick-install
TitleFix: ./setup Directory Not Found DescriptionThis update resolves the issue where the By addressing this issue, the installation process is now more seamless and adheres to the latest repository structure. This fix ensures better compatibility and reduces errors for users. |
avidzcheetah suggested changes Jan 2, 2025
avidzcheetah left a comment
There was a problem hiding this comment.
Pull Request Metadata
- Title: Fixed Veil installation issues
- Description: Fixed ./setup directory not found. Veil GitHub
- Author: nkd3v
- State: Open
- Additions: 2
- Deletions: 2
- Commits: 1
- Files Changed: 1
- URL: Pull Request #287
Code Diff
@@ -10429,8 +10429,8 @@ check_if_ks [10429,10429] cloned=$? [10430,10430] if [[ "$cloned" == 1 ]] [10431,10431] then [10432,10431]- cd setup [10433,10431]- ./setup.sh -c [10433,10432]+ cd config [10433,10433]+ ./setup.sh --force --silent [10434,10434] fi [10435,10435] } [10436,10436] function install_leviathanReview
- Directory Change: The directory to navigate has been changed from
setuptoconfig. This likely corrects an issue where thesetupdirectory does not exist. - Script Execution: The script execution command has been modified to include
--force --silentoptions, replacing the-coption. This likely ensures the script runs without user interaction and forces the configuration.
Feedback
- The changes appear to be necessary corrections to ensure the script runs correctly by navigating to the correct directory and providing appropriate options for the script execution.
- Ensure that the
configdirectory and the--force --silentoptions are appropriate for the setup script in the new context.
Overall, these changes seem well-intentioned and necessary to resolve the issues described in the pull request.
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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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.
Fixed ./setup directory not found.
https://github.com/Veil-Framework/Veil#gits-quick-install