mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
11 lines
179 B
Bash
Executable File
11 lines
179 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
omarchy-snapshot create || [ $? -eq 127 ]
|
|
omarchy-update-git
|
|
omarchy-migrate
|
|
omarchy-update-system-pkgs
|
|
omarchy-update-restart
|
|
omarchy-update-available-reset
|