diff --git a/apps/apps.txt b/apps/apps.txt index 6a1777d1..94696ec5 100644 --- a/apps/apps.txt +++ b/apps/apps.txt @@ -4,6 +4,7 @@ Debian, Distribution, debian, true, true, false, 1 Arch, Distribution, arch, true, true, false, 1 Kali, Distribution, kali, true, true, false, 1 Alpine, Distribution, alpine, true, true, false, 1 +Fedora, Distribution, fedora, true, true, false, 1 LXDE, Desktop, debian, false, true, false, 1 XFCE, Desktop, debian, false, true, false, 1 Octave, Math, debian, true, true, false, 1 diff --git a/apps/fedora/fedora.png b/apps/fedora/fedora.png new file mode 100644 index 00000000..a59ad54d Binary files /dev/null and b/apps/fedora/fedora.png differ diff --git a/apps/fedora/fedora.sh b/apps/fedora/fedora.sh new file mode 100644 index 00000000..6e2e7945 --- /dev/null +++ b/apps/fedora/fedora.sh @@ -0,0 +1,5 @@ +SCRIPT_PATH=$(realpath ${BASH_SOURCE}) + +sudo rm -f $SCRIPT_PATH + +echo "Welcome to Fedora in UserLAnd!" diff --git a/apps/fedora/fedora.txt b/apps/fedora/fedora.txt new file mode 100644 index 00000000..7a32a2d3 --- /dev/null +++ b/apps/fedora/fedora.txt @@ -0,0 +1 @@ +Fedora is a Linux distribution developed by the community-supported Fedora Project and sponsored by Red Hat.