diff --git a/runonce/droidcamx.sh b/runonce/droidcamx.sh new file mode 100644 index 0000000..2bfd94b --- /dev/null +++ b/runonce/droidcamx.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +# Logiciel hors dépots : DroidCamX +wget "https://files.dev47apps.net/linux/droidcam_1.8.2.zip" -P /tmp/wibian/ +unzip /tmp/wibian/droidcam_*.zip -d /tmp/wibian/droidcam +cd /tmp/wibian/droidcam/ +bash install-client +nala install linux-headers-`uname -r` gcc make -y +bash install-video \ No newline at end of file diff --git a/runonce/flatpak.sh b/runonce/flatpak.sh new file mode 100644 index 0000000..cc155f3 --- /dev/null +++ b/runonce/flatpak.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +# Autorisation pour la détéction des manettes de jeux pour GeForce NOW Electron +flatpak --user override --filesystem=/run/udev:ro io.github.hmlendea.geforcenow-electron \ No newline at end of file