5 lines
169 B
Bash
5 lines
169 B
Bash
# Ensure we use system python3 and not mise's python3
|
|
if [[ -f /usr/bin/powerprofilesctl ]]; then
|
|
sed -i '/env python3/ c\#!/bin/python3' /usr/bin/powerprofilesctl
|
|
fi
|