Compare commits
4 Commits
756f589f7c
...
4cffe787f1
| Author | SHA1 | Date | |
|---|---|---|---|
| 4cffe787f1 | |||
| 24dc8df87b | |||
| a9c6b4035d | |||
| 463b75c7f5 |
@@ -10,7 +10,7 @@ dnf -y install /tmp/rpms/ublue-os/ublue-os-akmods*.rpm
|
||||
dnf -y install /tmp/rpms/kmods/kmod-openrazer*.rpm
|
||||
|
||||
# install git
|
||||
dnf -y install git dnf5-plugins
|
||||
dnf -y install git dnf5-plugins man
|
||||
|
||||
# copy
|
||||
/ctx/copyfiles.sh
|
||||
|
||||
@@ -23,4 +23,4 @@ dnf5 -y remove firefox \
|
||||
libibverbs \
|
||||
libpcap \
|
||||
iptables-utils \
|
||||
console-login-helper-messages \
|
||||
console-login-helper-messages
|
||||
|
||||
@@ -15,3 +15,12 @@ systemctl --global -f enable flatpak-user-update.timer
|
||||
systemctl --global -f enable quickshell.service
|
||||
systemctl --global -f enable hyprpolkitagent.service
|
||||
systemctl --global -f enable swww.service
|
||||
systemctl --global -f enable notify-update.service
|
||||
|
||||
# Remove apply update service (make sure disabled)
|
||||
systemctl disable -f bootc-fetch-apply-updates.timer
|
||||
systemctl disable -f bootc-publish-rhsm-facts.service
|
||||
|
||||
sudo rm -f /usr/lib/systemd/system/bootc-fetch-apply-updates.timer \
|
||||
/usr/lib/systemd/system/bootc-fetch-apply-updates.service \
|
||||
/usr/lib/systemd/system/bootc-publish-rhsm-facts.service
|
||||
|
||||
4
system_files/etc/dnf/dnf.conf
Normal file
4
system_files/etc/dnf/dnf.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
# see `man dnf.conf` for defaults and possible options
|
||||
|
||||
[main]
|
||||
install_weak_deps=False
|
||||
11
system_files/usr/lib/systemd/user/notify-update.service
Normal file
11
system_files/usr/lib/systemd/user/notify-update.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Notify to update
|
||||
After=bootc-status-updated.target
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
ExecStart=/usr/bin/send-notify "Updated system" "New update! Reboot to apply!"
|
||||
Slice=app-graphical.slice
|
||||
|
||||
[Install]
|
||||
WantedBy=bootc-status-updated.target
|
||||
Reference in New Issue
Block a user