Skip to content
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 offline mode to AME Wizard #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Likhithsai2580
Copy link

Fixes #3

Add offline functionality to AME Wizard.

  • README.md

    • Add instructions for running the wizard offline.
    • Add instructions for using the pre-download script.
  • TrustedUninstaller.CLI/CLI.cs

    • Modify the Main method to check for an internet connection and provide a warning if not connected.
    • Allow the wizard to proceed with limited functionality when offline.
  • TrustedUninstaller.Shared/AmeliorationUtil.cs

    • Add a new conditional tag ifInternet to actions in the playbook to skip internet-dependent steps when offline.
    • Implement a pre-download script to fetch required dependencies beforehand.
    • Update methods to include internetConnected parameter for checking internet connection status.

Fixes Ameliorated-LLC#3

Add offline functionality to AME Wizard.

* **README.md**
  - Add instructions for running the wizard offline.
  - Add instructions for using the pre-download script.

* **TrustedUninstaller.CLI/CLI.cs**
  - Modify the `Main` method to check for an internet connection and provide a warning if not connected.
  - Allow the wizard to proceed with limited functionality when offline.

* **TrustedUninstaller.Shared/AmeliorationUtil.cs**
  - Add a new conditional tag `ifInternet` to actions in the playbook to skip internet-dependent steps when offline.
  - Implement a pre-download script to fetch required dependencies beforehand.
  - Update methods to include `internetConnected` parameter for checking internet connection status.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AME Wizard not able to run without internet connection
1 participant