mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-01-10 20:48:07 +01:00
Compare commits
2 Commits
7d45728327
...
ac6e79f238
| Author | SHA1 | Date | |
|---|---|---|---|
| ac6e79f238 | |||
| 64f37dd54e |
@ -285,6 +285,11 @@
|
|||||||
"create_desktop_shortcut": false,
|
"create_desktop_shortcut": false,
|
||||||
"default_launch_container": "window"
|
"default_launch_container": "window"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"url": "https://app.treet.fi/",
|
||||||
|
"create_desktop_shortcut": false,
|
||||||
|
"default_launch_container": "window"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"url": "https://www.kela.fi/",
|
"url": "https://www.kela.fi/",
|
||||||
"create_desktop_shortcut": false,
|
"create_desktop_shortcut": false,
|
||||||
|
|||||||
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