mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-30 08:47:22 +01:00
install: write and comment iwd enabling, since I am not actually brave enough for it
This commit is contained in:
parent
64f37dd54e
commit
ac6e79f238
12
install
12
install
@ -245,6 +245,18 @@ if [ "$(id -u)" == "0" ]; then
|
|||||||
chmod -v 600 /etc/geolocation
|
chmod -v 600 /etc/geolocation
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# DANGER of breaking wireless NETWORKS.
|
||||||
|
# TODO: I am not brave enough for this.
|
||||||
|
#if [ -f /usr/lib/systemd/system/iwd.service ]; then
|
||||||
|
# if [ -f /usr/lib/systemd/system/NetworkManager.service ]; then
|
||||||
|
# if [ -d /etc/NetworkManager/conf.d ]; then
|
||||||
|
# cp -v etc/NetworkManager/conf.d/iwd.conf /etc/NetworkManager/conf.d/
|
||||||
|
# cp -v etc/systemd/system/NetworkManager.service.d/iwd-needed.conf /etc/systemd/system/NetworkManager.service.d/
|
||||||
|
# systemctl unmask iwd.service
|
||||||
|
# fi
|
||||||
|
# fi
|
||||||
|
#fi
|
||||||
|
|
||||||
# STRANGE BEHAVIOUR WARNING IF NOT ME.
|
# STRANGE BEHAVIOUR WARNING IF NOT ME.
|
||||||
cp -v etc/systemd/system/{aminda-nocron-reboot,aminda-nocron-rebootish,sysctl-p--system}.service /etc/systemd/system/
|
cp -v etc/systemd/system/{aminda-nocron-reboot,aminda-nocron-rebootish,sysctl-p--system}.service /etc/systemd/system/
|
||||||
cp -v etc/systemd/system/{aminda-nocron-reboot,aminda-nocron-rebootish,sysctl-p--system}.timer /etc/systemd/system/
|
cp -v etc/systemd/system/{aminda-nocron-reboot,aminda-nocron-rebootish,sysctl-p--system}.timer /etc/systemd/system/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user