mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-10 06:44:37 +00:00
5 lines
81 B
Bash
Executable File
5 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
echo "$1" | sudo tee -a /var/ublue-update/branch > /dev/null
|