* All non-minimal packages/configs have been separated from the base setup * `"Build Linux" -b` will only build the full version
7 lines
125 B
Bash
Executable file
7 lines
125 B
Bash
Executable file
#!/bin/sh
|
|
|
|
dbus-update-activation-environment --systemd DISPLAY
|
|
eval $(ssh-agent)
|
|
export SSH_AUTH_SOCK
|
|
exec openbox-session
|
|
|