5 lines
61 B
Bash
5 lines
61 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
systemctl enable ananicy-cpp --now || true |