mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
11 lines
203 B
Bash
Executable File
11 lines
203 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-restart-waybar # removes update-available icon
|