bazzite/system_files/deck/shared/usr/libexec/ublue-update-rebase
Kyle Gospodnetich 4c8034f5a6 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:02:42 -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