7 lines
114 B
Plaintext
7 lines
114 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
# Enable the live system configuration script at boot.
|
||
|
systemctl enable live-config.service
|