-
Notifications
You must be signed in to change notification settings - Fork 58
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
setup.sh: line 208: ./install/inquirer.sh: No such file or directory - Exiting with status '1'. #298
Comments
Have you installed WinApps before? |
Same error. I found a temporary workaround. Steps:
|
Is |
Yes, it also has waInquirer.sh file in it.
Note: Problem happens after 1 failed install. It runs fine on first try but if you fail first installation process it gives inquirer.sh error. |
Yes, I had an installation fail initially because I didn't have my winapps docker running. I started it, went to run the installer again, and started having this problem. |
I got the installer to progress past the error by copying the install/inquirer.sh from this project into a "install" subfolder within the winapps folder I'm installing winapps in. I'm now getting a new error which may or may not be related (I suspect this was the main issue in the first place).
I can access my windows docker installation fine through the browser, so I have no idea why winapps isn't seeing it. |
Is your user part of the |
same error here
but the file doesn't exist |
you were supposed to create the file during setup |
You're right, I didn't realize it was THAT file, I think it was deleted either by me by mistake while trying to fix it or when the installation failed |
I realized that instead it's not that file, the one that needs to be created during setup, but winapps.conf, what I'm missing is compose.yaml |
It would be great if the installer could account for this and fix this error when it occurs, either manually download ./install or uninstall winapps, then reinstall. (Since the entire installer doesn't start you can't uninstall either) |
U can make it start by downloading inquirer.sh and editing the setup.sh with the path of inquirer.sh |
Not really ideal though - forcing users to manually create a directory and download/copy a file from the repo versus the app just being able to figure out what file it needs after a failed first attempt seems fairly logical. |
I agree. As 9/10 users will run into this problem during the install, because either the docker engine wasn't running, or their user wasn't added to the docker group, the install documentation should either be updated to make the pre-conditions very clear, or the installer should handle a failed install. |
Instead of manually downloading inquirer.sh and changing the path, is there a directory we can clear so setup.sh starts "fresh" and tries to create inquirer.sh? |
A workaround that works me is to remove the previous install via |
You have to change directory to That worked for me. |
Hopefully is just something simple but Step 4 in which I run the winapps setup fails with the error in title. I never am able to actually reach the winapps setup screen. Using Mint w/ latest Kernel if that matters.
The text was updated successfully, but these errors were encountered: