bazzite/deck/usr/bin/steamos-update
2023-06-19 12:08:05 -05:00

5 lines
36 B
Bash
Executable File

#!/bin/sh
rpm-ostree update
exit 0