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

Skyscraper script uses sudo #26

Closed
Subtixx opened this issue Feb 12, 2023 · 1 comment
Closed

Skyscraper script uses sudo #26

Subtixx opened this issue Feb 12, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Subtixx
Copy link
Contributor

Subtixx commented Feb 12, 2023

printMsgs "dialog" "This Scraper Must Not Be Run While EmulationStation Is Running Or The Scraped Data Will Be Overwritten!\n\nPlease Quit EmulationStation And Run ArchyPie-Setup From The Terminal:\n\n sudo \${HOME}/ArchyPie-Setup/archypie_setup.sh"

It tells the user to run archypie using sudo, however:

The script must be run as './archypie-setup' and not 'sudo ./archypie-setup'. You will still be prompted to enter your sudo password.
This change is required so that the environment variable 'XDG_SESSION_TYPE' can be passed to the script. Thank you.
Subtixx referenced this issue in Subtixx/ArchyPie-Setup Feb 12, 2023
@V0rt3x667 V0rt3x667 self-assigned this Feb 13, 2023
@V0rt3x667 V0rt3x667 added the bug Something isn't working label Feb 13, 2023
@V0rt3x667
Copy link
Owner

Fixed in commit d6fb9ec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants