mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-01-24 03:57:53 +01:00
Compare commits
No commits in common. "ac6e79f238d0d6e077f9ba5858ace520111b2c5d" and "7d45728327ae4eeb9d448d33220ef245b88368d7" have entirely different histories.
ac6e79f238
...
7d45728327
@ -285,11 +285,6 @@
|
||||
"create_desktop_shortcut": false,
|
||||
"default_launch_container": "window"
|
||||
},
|
||||
{
|
||||
"url": "https://app.treet.fi/",
|
||||
"create_desktop_shortcut": false,
|
||||
"default_launch_container": "window"
|
||||
},
|
||||
{
|
||||
"url": "https://www.kela.fi/",
|
||||
"create_desktop_shortcut": false,
|
||||
|
||||
12
install
12
install
@ -245,18 +245,6 @@ if [ "$(id -u)" == "0" ]; then
|
||||
chmod -v 600 /etc/geolocation
|
||||
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.
|
||||
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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user