1
0
mirror of https://github.com/ublue-os/bazzite.git synced 2025-02-22 21:40:35 +00:00
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