mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Removed recursive bios folder - comment fix
This commit is contained in:
parent
670581d7f6
commit
2e08a90559
|
@ -95,7 +95,7 @@ then
|
|||
ln -s ~/retrodeck/bios /var/config/retroarch/system
|
||||
cp /app/share/libretro/cores/* /var/config/retroarch/cores/
|
||||
cp $emuconfigs/retroarch.cfg /var/config/retroarch/
|
||||
rm -f ~/retrodeck/bios/bios # in some situations a double bios link is creted
|
||||
rm -f ~/retrodeck/bios/bios # in some situations a double bios link is created
|
||||
|
||||
# Yuzu
|
||||
find ~/retrodeck/bios/switch -xtype l -exec rm {} \; # removing dead symlinks
|
||||
|
|
Loading…
Reference in a new issue