bazzite/system_files/deck/shared/usr/libexec/ublue-update-rebase
Kyle Gospodnetich cbdb1b3b5f chore: Standardize all bash scripts on #!/usr/bin/bash
chore: Standardize all python scripts on #!/usr/bin/python3
chore: Update path for ds-inhibit patch
chore(readme): Remove unused package
2023-12-23 00:03:35 -08:00

6 lines
118 B
Bash
Executable File

#!/usr/bin/bash
set -e
sudo mkdir -p /var/ublue-update/
echo "$1" | sudo tee -a /var/ublue-update/branch > /dev/null