mirror of
https://github.com/outbackdingo/ostree-quarks.git
synced 2026-01-27 10:20:01 +00:00
8 lines
82 B
Bash
Executable File
8 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ouex pipefail
|
|
|
|
# enable tty1
|
|
systemctl enable getty@tty1.service
|
|
|