5 lines
43 B
Bash
5 lines
43 B
Bash
#!/bin/sh
|
|
openbox &
|
|
sleep 1
|
|
exec calamares
|
#!/bin/sh
|
|
openbox &
|
|
sleep 1
|
|
exec calamares
|