File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ # #
2+ # # MAIN SCRIPT FOR INSTALLING FURTHER CMDS
3+ # #
4+
5+ # #Adding a vncserver command
6+ echo " vncserver -kill :* && tigervncserver -geometry 1280x720 -xstartup /usr/bin/starrxfce4 -listen tcp :1" > /data/data/com.termux/files/usr/varlib/proot-distro/installed-rootfs/hippo/usr/bin/vncserver-start;
7+ # Making it executable
8+ chmod +x /data/data/com.termux/files/usr/varlib/proot-distro/installed-rootfs/hippo/usr/bin/vncserver-start;
9+
10+ # Adding script for sound...
11+ echo " pulseaudio --start --load=" module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" --exit-idle-time=-1" > $PREFIX /bin/pulseserver-start
12+ # Making it executable
13+ chmod +x $PREFIX /bin/pulseserver-start
14+
15+ # Adding sound to .bashrc
16+ echo " export PULSE_SERVER=127.0.0.1 >> /data/data/com.termux/files/usr/varlib/proot-distro/installed-rootfs/root/.bashrc
17+
18+ # Just useful
19+ echo " export DISPLAY=:1" >> data/data/com.termux/files/usr/varlib/proot-distro/installed-rootfs/hippo/root/.bashrc
20+
21+
You can’t perform that action at this time.
0 commit comments