Skip to content

Commit

Permalink
directly install after generation test
Browse files Browse the repository at this point in the history
Unconventional way just to see what is possible
  • Loading branch information
FollyMaddy committed Apr 4, 2021
1 parent 8a3c7d6 commit debe1ed
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions 00-workdir-00/add-mamedev-systems.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,13 @@ function choose_system_add() {
joy2keyStop
joy2keyStart 0x00 0x00 kich1 kdch1 0x20 0x71
#pandoc "$dir/docs/$file" | lynx -localhost -restrictions=all -stdin >/dev/tty
clear
curl https://raw.githubusercontent.com/FollyMaddy/RetroPie-Share/main/00-scripts-00/generate-systems-lr-mess_mame-2v0-alpha.sh | bash -s ${systems[$choice]}
rp_registerAllModules
ls -w1 $scriptdir/ext/RetroPie-Share/scriptmodules/libretrocores/ | grep "${systems[$choice]}" | while read module
do
$scriptdir/retropie_packages.sh $(echo $module | cut -d "." -f1)
done
echo $choice ${systems[$choice]}
sleep 4
joy2keyStop
Expand Down Expand Up @@ -75,7 +81,6 @@ function gui_add() {
;;
2)
choose_system_add
rp_registerAllModules
;;
3)
#if [[ -d "$dir" ]]; then
Expand All @@ -87,4 +92,4 @@ function gui_add() {
break
fi
done
}
}

0 comments on commit debe1ed

Please sign in to comment.