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

Linux/MacOS Installations Script Updated #146

Closed

Conversation

AryanNanda17
Copy link

@AryanNanda17 AryanNanda17 commented Feb 6, 2024

This PR updates Wall-E Installations Script for Linux/MacOS.

@AryanNanda17 AryanNanda17 changed the title Linux/MaxOS Installations Script Added Linux/MaxOS Installations Script Updated Feb 6, 2024
@AryanNanda17 AryanNanda17 changed the title Linux/MaxOS Installations Script Updated Linux/MacOS Installations Script Updated Feb 6, 2024
@AryanNanda17
Copy link
Author

@SuperChamp234, Please review the pr and why did the tests failed?

@AryanNanda17
Copy link
Author

@SuperChamp234, Please review the pr and why did the tests failed?

@SuperChamp234, Gentle Reminder!

@@ -1,34 +1,19 @@
#!/usr/bin/env bash
set -e
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove this?

export DEBIAN_FRONTEND=noninteractive
_sudo apt update && _sudo apt upgrade -y
_sudo apt install git wget flex bison gperf python3 python3-pip python3-setuptools cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 -y
sudo apt update && sudo apt upgrade -y
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, when you removed the _sudo function, this will ask for password here. The script is supposed to run without interruptions once started, so why remove the function?

@AryanNanda17 AryanNanda17 closed this by deleting the head repository Oct 23, 2024
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.

2 participants