Initial commit
This commit is contained in:
6
etc/profile.d/ublue-firstboot.sh
Normal file
6
etc/profile.d/ublue-firstboot.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
if test "$(id -u)" -gt "0" && test -d "$HOME"; then
|
||||
if test ! -e "$HOME"/.config/ublue/firstboot-done; then
|
||||
mkdir -p "$HOME"/.config/autostart
|
||||
cp -f /etc/skel.d/.config/autostart/ublue-firstboot.desktop "$HOME"/.config/autostart
|
||||
fi
|
||||
fi
|
||||
8
etc/skel.d/.config/autostart/ublue-firstboot.desktop
Normal file
8
etc/skel.d/.config/autostart/ublue-firstboot.desktop
Normal file
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=Ublue Desktop FirstBoot Setup
|
||||
Comment=Sets up Ublue Desktop Correctly On FirstBoot
|
||||
Exec=/usr/bin/ublue-firstboot
|
||||
Icon=org.gnome.Terminal
|
||||
Type=Application
|
||||
Categories=Utility;System;
|
||||
Name[en_US]=startup
|
||||
12
etc/systemd/system/flatpak-automatic.service
Normal file
12
etc/systemd/system/flatpak-automatic.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=flatpak Automatic Update
|
||||
Documentation=man:flatpak(1)
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/flatpak update -y
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
11
etc/systemd/system/flatpak-automatic.timer
Normal file
11
etc/systemd/system/flatpak-automatic.timer
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=flatpak Automatic Update Trigger
|
||||
Documentation=man:flatpak(1)
|
||||
|
||||
[Timer]
|
||||
OnBootSec=5m
|
||||
OnCalendar=0/6:00:00
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user