mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-09-04 12:41:46 +00:00
7 lines
107 B
Bash
Executable File
7 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Enabling clr-installer on boot for $1"
|
|
systemctl --root=$1 enable clr-installer
|
|
|
|
exit 0
|