mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 12:37:46 +00:00
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
|