Files
hydro-os/files/system/usr/bin/steamos-update

6 lines
134 B
Bash

#!/bin/bash
# Steam client updates are managed separately,
# so in this case return exit code 7 stating
# no system updates.
exit 7;