diff --git a/files/etc/cron.d/flathub-activator/HW4F_DESKTOP_LAST b/files/etc/cron.d/flathub-activator/HW4F_DESKTOP_LAST new file mode 100644 index 0000000..653c499 --- /dev/null +++ b/files/etc/cron.d/flathub-activator/HW4F_DESKTOP_LAST @@ -0,0 +1,3 @@ +HELL=/bin/sh +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin +@reboot root sleep 30 && flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo && [ -f "/etc/cron.d/flathub-activator.sh" ] && rm "/etc/cron.d/flathub-activator.sh" diff --git a/scripts/HW4F_DESKTOP_LAST/50-flathub b/scripts/HW4F_DESKTOP_LAST/50-flathub new file mode 100755 index 0000000..9be63af --- /dev/null +++ b/scripts/HW4F_DESKTOP_LAST/50-flathub @@ -0,0 +1,3 @@ +#!/bin/bash + +fcopy -Mv /etc/cron.d/flathub-activator diff --git a/scripts/HW4F_DESKTOP_LAST/50-flatpak b/scripts/HW4F_DESKTOP_LAST/50-flatpak deleted file mode 100755 index c88acc1..0000000 --- a/scripts/HW4F_DESKTOP_LAST/50-flatpak +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo