8 lines
149 B
Bash
8 lines
149 B
Bash
resolved="RemoteCommand none"
|
|
|
|
grep -qvi '^remotecommand none$' <<<"$resolved" || true
|
|
|
|
sudo tee /etc/omarchy/plain.conf >/dev/null <<'EOF'
|
|
ok=1
|
|
EOF
|