Avoid login shell in install X session
This commit is contained in:
@@ -44,7 +44,7 @@ run_install_session_command() {
|
||||
fi
|
||||
|
||||
export DISPLAY="${DISPLAY:-:0}"
|
||||
/bin/bash -lc "$installCommand"
|
||||
/bin/bash -c "$installCommand"
|
||||
}
|
||||
|
||||
check_architecture() {
|
||||
|
||||
Reference in New Issue
Block a user