Skip to content

Commit e448cee

Browse files
authored
Update .xinitrc
1 parent 7551562 commit e448cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airootfs/root/.xinitrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
if [[ $EUID -ne 0 ]]; then
4-
QTWEBENGINE_CHROMIUM_FLAGS="" python /azuos/index.py
4+
QTWEBENGINE_CHROMIUM_FLAGS="" python /usr/share/azuos/installer/setup.py
55
else
6-
QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox --no-sandbox" python /azuos/index.py
6+
QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox --no-sandbox" python /usr/share/azuos/installer/setup.py
77
fi

0 commit comments

Comments
 (0)