Gorgone
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
1 deletions
-
support/functions/_emu
|
@ -2,7 +2,11 @@ |
|
|
|
|
|
|
|
|
enable_emu(){ |
|
|
enable_emu(){ |
|
|
clear;s3logo; |
|
|
clear;s3logo; |
|
|
[ -d "$svndir" ] && quicksvnrestore || checkout; |
|
|
if [ -d "$svndir" ];then |
|
|
|
|
|
quicksvnrestore; |
|
|
|
|
|
else |
|
|
|
|
|
checkout; |
|
|
|
|
|
fi; |
|
|
pname="oscam-emu.patch"; |
|
|
pname="oscam-emu.patch"; |
|
|
source "$configdir/urls"; |
|
|
source "$configdir/urls"; |
|
|
emulocal="$dldir/emu_github"; |
|
|
emulocal="$dldir/emu_github"; |
|
|