mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-18 13:18:40 +00:00
cbdb1b3b5f
chore: Standardize all python scripts on #!/usr/bin/python3 chore: Update path for ds-inhibit patch chore(readme): Remove unused package
6 lines
118 B
Bash
Executable File
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
|