mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-30 03:32:36 +00:00
11 lines
243 B
Bash
Executable File
11 lines
243 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
# Enable NTP
|
|
timedatectl set-ntp true
|
|
|
|
# Allow Tailscale Control
|
|
tailscale set --operator="$(systemd-escape $1)"
|
|
|
|
# Enable Steam Web Debug Service
|
|
systemctl enable steam-web-debug-portforward@$(systemd-escape $1).service && \
|