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