mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-16 03:06:47 -04:00
Since the service and interfaces got a .Manager appended we need to adjust the helper scripts to use the new names.
5 lines
201 B
Bash
5 lines
201 B
Bash
#!/bin/bash
|
|
# Get wifi debugmode from steamos-manager
|
|
|
|
busctl call com.steampowered.SteamOSManager1.Manager /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1.Manager GetWifiDebugMode
|
|
|