mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-22 11:52:45 +01:00
gmenu2x searches opks in /mnt/*/*opk; launcher now stored in /mnt/FunKey/Launchers/launcher.txt
This commit is contained in:
@@ -150,14 +150,11 @@ format_backing_store_partition () {
|
||||
}
|
||||
|
||||
copy_files_to_store_partition () {
|
||||
# Add file to force assembly tests
|
||||
|
||||
|
||||
mount /mnt/ || die 18 "Cannot mount /mnt"
|
||||
unzip -q -o /usr/local/share/mnt_freware_games.zip -d /mnt/
|
||||
mkdir -p /mnt/apps
|
||||
mkdir -p /mnt/Emulators
|
||||
set +f
|
||||
cp -f /usr/games/opk/*.opk /mnt/apps/
|
||||
cp -f /usr/games/opk/*.opk /mnt/Emulators/
|
||||
set -f
|
||||
umount /mnt/ || die 20 "Cannot unmount /mnt"
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user