created kamikaze like script for flathub setup

pull/2/head
Moritz Kempe 2023-09-04 22:01:40 +02:00
parent f1e13ce931
commit 5386c50797
3 changed files with 6 additions and 3 deletions

View File

@ -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"

View File

@ -0,0 +1,3 @@
#!/bin/bash
fcopy -Mv /etc/cron.d/flathub-activator

View File

@ -1,3 +0,0 @@
#!/bin/bash
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo