10 lines
143 B
Bash
Executable File
10 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
omarchy-update-available-reset
|
|
omarchy-update-system-pkgs
|
|
omarchy-migrate
|
|
omarchy-hook post-update
|
|
omarchy-update-restart
|