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