Compare commits
1 Commits
staging
...
add-fedora
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c61235002a |
@ -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
|
||||
|
||||
BIN
apps/fedora/fedora.png
Normal file
BIN
apps/fedora/fedora.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
5
apps/fedora/fedora.sh
Normal file
5
apps/fedora/fedora.sh
Normal file
@ -0,0 +1,5 @@
|
||||
SCRIPT_PATH=$(realpath ${BASH_SOURCE})
|
||||
|
||||
sudo rm -f $SCRIPT_PATH
|
||||
|
||||
echo "Welcome to Fedora in UserLAnd!"
|
||||
1
apps/fedora/fedora.txt
Normal file
1
apps/fedora/fedora.txt
Normal file
@ -0,0 +1 @@
|
||||
Fedora is a Linux distribution developed by the community-supported Fedora Project and sponsored by Red Hat.
|
||||
Loading…
Reference in New Issue
Block a user