We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7551562 commit e448ceeCopy full SHA for e448cee
airootfs/root/.xinitrc
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
if [[ $EUID -ne 0 ]]; then
4
- QTWEBENGINE_CHROMIUM_FLAGS="" python /azuos/index.py
+ QTWEBENGINE_CHROMIUM_FLAGS="" python /usr/share/azuos/installer/setup.py
5
else
6
- QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox --no-sandbox" python /azuos/index.py
+ QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox --no-sandbox" python /usr/share/azuos/installer/setup.py
7
fi
0 commit comments