wok view get-pcem-roms/stuff/get-pcem-roms @ rev 23954

updated smplayer (20.4.2 -> 20.6.0)
author Hans-G?nter Theisgen
date Tue Sep 22 17:05:06 2020 +0100 (2020-09-22)
parents 10c5947d7b5c
children 9849335f0b73
line source
1 #!/bin/sh
3 VERSION="15.0"
4 WEB_SITE="https://github.com/BaRRaKudaRain/PCem-ROMs"
5 ARCHIVE="$WEB_SITE/archive/v$VERSION.tar.gz"
7 mv -f /home/$USER/.pcem/roms /home/$USER/.pcem/roms-old ||
8 mkdir -p /home/$USER/.pcem
9 wget -O - $ARCHIVE | tar xzf - -C /home/$USER/.pcem/
10 mv /home/$USER/.pcem/PCem-ROMs-$VERSION /home/$USER/.pcem/roms
11 chown -R $USER.users /home/$USER/.pcem