mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
5 lines
117 B
Bash
Executable File
5 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo I: Choose systemd multi-user.target over graphical.target
|
|
systemctl set-default -f multi-user.target
|