mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Adds firewalld to system run and setup script.
This commit is contained in:
5
env/.local/scripts/kanatactl
vendored
5
env/.local/scripts/kanatactl
vendored
@@ -28,10 +28,10 @@ FLAGS:
|
||||
-h | --help: Show this help page.
|
||||
|
||||
COMMANDS:
|
||||
bootstrap: Bootstrap a new machine, performs installation, enables, and starts kanata systemd service.
|
||||
config: Commands for the kanata keyboard configuration file(s).
|
||||
service: Commands for the kanata systemd service.
|
||||
pkg: Commands for the kanata package.
|
||||
bootstrap: Bootstrap a new machine, performs installation, enables, and starts kanata systemd service.
|
||||
logs: View the log file.
|
||||
|
||||
Run "$THIS <command> --help" for more information about a command.
|
||||
@@ -52,9 +52,6 @@ bootstrap() {
|
||||
$THIS_FILE service install
|
||||
$THIS_FILE service enable
|
||||
$THIS_FILE service start
|
||||
# install_or_update
|
||||
# install_service
|
||||
# enable_and_start_service
|
||||
}
|
||||
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user