9 lines
118 B
Bash
Executable File
9 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
omarchy-update-available-reset
|
|
omarchy-update-system-pkgs
|
|
omarchy-migrate
|
|
omarchy-update-restart
|