bazzite/deck/usr/bin/steamos-update

5 lines
36 B
Plaintext
Raw Normal View History

2023-02-09 19:08:39 +00:00
#!/bin/sh
rpm-ostree update
exit 0