mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
10 lines
161 B
Bash
Executable File
10 lines
161 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
omarchy-update-git
|
|
omarchy-migrate
|
|
omarchy-update-system-pkgs
|
|
omarchy-update-restart
|
|
omarchy-restart-waybar # removes update-available icon
|