mirror of
https://git.proxmox.com/git/pve-installer
synced 2025-04-28 08:11:54 +00:00

Especially unconfigured.sh is worth checking consistently. Running shellcheck also does not really have any notable impact on build time, so no downside there either. Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
8 lines
151 B
Bash
8 lines
151 B
Bash
#!/bin/sh
|
|
|
|
/usr/bin/xrdb -load /.Xdefaults
|
|
/usr/bin/X11/xsetroot -solid grey
|
|
openbox &
|
|
/.spice-vdagent.sh &
|
|
G_SLICE=always-malloc /usr/bin/proxinstall
|