V0rt3x667 / ArchyPie-Setup

A Clone of RetroPie for Arch Based Systems
GNU General Public License v3.0
32 stars 9 forks source link

Skyscraper script uses sudo #26

Closed Subtixx closed 1 year ago

Subtixx commented 1 year ago

https://github.com/V0rt3x667/ArchyPie-Setup/blob/52256736f2841af579f86a78b29ecbaf2e2bb39b/scriptmodules/supplementary/skyscraper.sh#L472

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.
V0rt3x667 commented 1 year ago

Fixed in commit d6fb9ec