#! /bin/sh CRCsum=1767552615 MD5=15b6858f7ba02f240e04de920674be66 skip=818 skip_decompress=783 size_decompress=35 label="NVIDIA Accelerated Graphics Driver for Linux-x86_64 460.91.03" version_string=460.91.03 pkg_version=0 script=./nvidia-installer targetdir=NVIDIA-Linux-x86_64-460.91.03 scriptargs="" keep=n add_this_kernel=n apply_patch=n TMPROOT=${TMPDIR:=/tmp} TARGET_OS="Linux" TARGET_ARCH="x86_64" # # NVIDIA Accelerated Graphics Driver for Linux-x86_64 460.91.03 # Generated by Makeself 1.6.0-nv4 # Do not edit by hand. # NVIDIA Driver Installation .run file # # If you were trying to download this file through a web browser, and # instead are seeing this, please click your browser's back button, # left click on the link, and select "Save as..." (or do whatever is # appropriate for your web browser to download a file, rather than view # it). # print usage information if [ "$1" = "-help" -o "$1" = "--help" -o "$1" = "-h" ]; then echo "" echo "$0 [options]" echo "" echo "This program will install the NVIDIA Accelerated Graphics Driver" echo "for Linux-x86_64 460.91.03 by unpacking the embedded tarball and" echo "executing the ./nvidia-installer installation utility." echo "" echo "Below are the most common options; for a complete list use" echo "'--advanced-options'." echo "" echo "--info" echo " Print embedded info (title, default target directory) and exit." echo "" echo "--check" echo " Check integrity of the archive and exit." echo "" echo "-x, --extract-only" echo " Extract the contents of $0, but do not" echo " run 'nvidia-installer'." echo "" echo "" echo "The following arguments will be passed on to the ./nvidia-installer" echo "utility:" echo "" echo " -v, --version" echo " Print the nvidia-installer version and exit." echo "" echo " -h, --help" echo " Print usage information for the common commandline options and exit." echo "" echo " -A, --advanced-options" echo " Print usage information for the common commandline options as well as the advanced options, and then exit." echo "" echo "" exit 0; fi if [ "$1" = "-A" -o "$1" = "--advanced-options" ]; then echo "" echo "$0 [options]" echo "" echo "This program will install the NVIDIA Accelerated Graphics Driver" echo "for Linux-x86_64 460.91.03 by unpacking the embedded tarball and" echo "executing the ./nvidia-installer installation utility." echo "" echo "--info" echo " Print embedded info (title, default target directory) and exit." echo "" echo "--lsm" echo " Print embedded lsm entry (or no LSM) and exit." echo "" echo "--pkg-history" echo " Print the package history of this file and exit." echo "" echo "--list" echo " Print the list of files in the archive and exit." echo "" echo "--check" echo " Check integrity of the archive and exit." echo "" echo "-x, --extract-only" echo " Extract the contents of $0, but do not" echo " run 'nvidia-installer'." echo "" echo "--add-this-kernel" echo " Build a precompiled kernel interface for the currently running" echo " kernel and repackage the .run file to include this newly built" echo " precompiled kernel interface. The new .run file will be placed" echo " in the current directory and the string \"-custom\" appended" echo " to its name, unless already present, to distinguish it from the" echo " original .run file." echo "" echo "--apply-patch [Patch]" echo " Apply the patch 'Patch' to the kernel interface files included" echo " in the .run file, remove any precompiled kernel interfaces" echo " and then repackage the .run file. The new .run file will be" echo " placed in the current directory and the string \"-custom\"" echo " appended to its name, unless already present, to distinguish it" echo " from the original .run file." echo "" echo "--keep" echo " Do not delete target directory when done." echo "" echo "--target [NewDirectory]" echo " Extract contents in 'NewDirectory'" echo "" echo "--extract-decompress" echo " Extract the embedded decompression program to stdout" echo "" echo "" echo "The following arguments will be passed on to the ./nvidia-installer" echo "utility:" echo "" echo "COMMON OPTIONS:" echo "" echo " -v, --version" echo " Print the nvidia-installer version and exit." echo "" echo " -h, --help" echo " Print usage information for the common commandline options and exit." echo "" echo " -A, --advanced-options" echo " Print usage information for the common commandline options as well as the advanced options, and then exit." echo "" echo "" echo "ADVANCED OPTIONS:" echo "" echo " -v, --version" echo " Print the nvidia-installer version and exit." echo "" echo " -h, --help" echo " Print usage information for the common commandline options and exit." echo "" echo " -A, --advanced-options" echo " Print usage information for the common commandline options as well as the advanced options, and then exit." echo "" echo " -a, --accept-license" echo " This option is obsolete and ignored by nvidia-installer. It is provided for compatibility with older versions of nvidia-installer, which required this option for explicit license acceptance. Use of the NVIDIA driver implies acceptance of the NVIDIA Software License Agreement, contained in the file 'LICENSE' (in the top level directory of the driver package)." echo "" echo " -i, --driver-info" echo " Print information about the currently installed NVIDIA driver version." echo "" echo " --uninstall" echo " Uninstall the currently installed NVIDIA driver." echo "" echo " --skip-module-unload" echo " When uninstalling the driver, skip unloading of the NVIDIA kernel module. This option is ignored when the driver is being installed." echo "" echo " --sanity" echo " Perform basic sanity tests on an existing NVIDIA driver installation." echo "" echo " -e, --expert" echo " Enable 'expert' installation mode; more detailed questions will be asked, and more verbose output will be printed; intended for expert users. The questions may be suppressed with the '--no-questions' commandline option." echo "" echo " -q, --no-questions" echo " Do not ask any questions; the default (normally 'yes') is assumed for all yes/no questions, and the default string is assumed in any situation where the user is prompted for string input." echo "" echo " -s, --silent" echo " Run silently; no questions are asked and no output is printed, except for error messages to stderr. This option implies '--ui=none --no-questions'." echo "" echo " --x-prefix=X-PREFIX" echo " The prefix under which the X components of the NVIDIA driver will be installed; the default is '/usr/X11R6' unless nvidia-installer detects that X.Org >= 7.0 is installed, in which case the default is '/usr'. Only under rare circumstances should this option be used." echo "" echo " --xfree86-prefix=XFREE86-PREFIX" echo " This is a deprecated synonym for --x-prefix." echo "" echo " --x-module-path=X-MODULE-PATH" echo " The path under which the NVIDIA X server modules will be installed. If this option is not specified, nvidia-installer uses the following search order and selects the first valid directory it finds: 1) \`X -showDefaultModulePath\`, 2) \`pkg-config --variable=moduledir xorg-server\`, or 3) the X library path (see the '--x-library-path' option) plus either 'modules' (for X servers older than X.Org 7.0) or 'xorg/modules' (for X.Org 7.0 or later)." echo "" echo " --x-library-path=X-LIBRARY-PATH" echo " The path under which the NVIDIA X libraries will be installed. If this option is not specified, nvidia-installer uses the following search order and selects the first valid directory it finds: 1) \`X -showDefaultLibPath\`, 2) \`pkg-config --variable=libdir xorg-server\`, or 3) the X prefix (see the '--x-prefix' option) plus 'lib' on 32bit systems, and either 'lib64' or 'lib' on 64bit systems, depending on the installed Linux distribution." echo "" echo " --x-sysconfig-path=X-SYSCONFIG-PATH" echo " The path under which X system configuration files will be installed. If this option is not specified, nvidia-installer uses the following search order and selects the first valid directory it finds: 1) \`pkg-config --variable=sysconfigdir xorg-server\`, or 2) /usr/share/X11/xorg.conf.d." echo "" echo " --opengl-prefix=OPENGL-PREFIX" echo " The prefix under which the OpenGL components of the NVIDIA driver will be installed; the default is: '/usr'. Only under rare circumstances should this option be used. The Linux OpenGL ABI (http://oss.sgi.com/projects/ogl-sample/ABI/) mandates this default value." echo "" echo " --opengl-libdir=OPENGL-LIBDIR" echo " The path relative to the OpenGL library installation prefix under which the NVIDIA OpenGL components will be installed. The default is 'lib' on 32bit systems, and 'lib64' or 'lib' on 64bit systems, depending on the installed Linux distribution. Only under very rare circumstances should this option be used." echo "" echo " --installer-prefix=INSTALLER-PREFIX" echo " The prefix under which the installer binary will be installed; the default is: '/usr'. Note: please use the '--utility-prefix' option instead." echo "" echo " --utility-prefix=UTILITY-PREFIX" echo " The prefix under which the NVIDIA utilities (nvidia-installer, nvidia-settings, nvidia-xconfig, nvidia-bug-report.sh) and the NVIDIA utility libraries will be installed; the default is: '/usr'." echo "" echo " --utility-libdir=UTILITY-LIBDIR" echo " The path relative to the utility installation prefix under which the NVIDIA utility libraries will be installed. The default is 'lib' on 32bit systems, and 'lib64' or 'lib' on 64bit systems, depending on the installed Linux distribution." echo "" echo " --documentation-prefix=DOCUMENTATION-PREFIX" echo " The prefix under which the documentation files for the NVIDIA driver will be installed. The default is: '/usr'." echo "" echo " --application-profile-path=APPLICATION-PROFILE-PATH" echo " The directory under which default application profiles for the NVIDIA driver will be installed. The default is: '/usr/share/nvidia'." echo "" echo " --kernel-include-path=KERNEL-INCLUDE-PATH" echo " The directory containing the kernel include files that should be used when compiling the NVIDIA kernel module. This option is deprecated; please use '--kernel-source-path' instead." echo "" echo " --kernel-source-path=KERNEL-SOURCE-PATH" echo " The directory containing the kernel source files that should be used when compiling the NVIDIA kernel module. When not specified, the installer will use '/lib/modules/\`uname -r\`/build', if that directory exists. Otherwise, it will use '/usr/src/linux'." echo "" echo " --kernel-output-path=KERNEL-OUTPUT-PATH" echo " The directory containing any KBUILD output files if either one of the 'KBUILD_OUTPUT' or 'O' parameters were passed to KBUILD when building the kernel image/modules. When not specified, the installer will assume that no separate output directory was used." echo "" echo " --kernel-install-path=KERNEL-INSTALL-PATH" echo " The directory in which the NVIDIA kernel module should be installed. The default value is either '/lib/modules/\`uname -r\`/kernel/drivers/video' (if '/lib/modules/\`uname -r\`/kernel' exists) or '/lib/modules/\`uname -r\`/video'." echo "" echo " --proc-mount-point=PROC-MOUNT-POINT" echo " The mount point for the proc file system; if not specified, then this value defaults to '/proc' (which is normally correct). The mount point of the proc filesystem is needed because the contents of '/version' is used when identifying if a precompiled kernel interface is available for the currently running kernel. This option should only be needed in very rare circumstances." echo "" echo " --log-file-name=LOG-FILE-NAME" echo " File name of the installation log file (the default is: '/var/log/nvidia-installer.log')." echo "" echo " --tmpdir=TMPDIR" echo " Use the specified directory as a temporary directory when generating transient files used by the installer; if not given, then the following list will be searched, and the first one that exists will be used: $TMPDIR, /tmp, ., $HOME." echo "" echo " --ui=UI" echo " Specify what user interface to use, if available. Valid values for UI are 'ncurses' (the default) or 'none'. If the ncurses interface fails to initialize, or 'none' is specified, then a simple printf/scanf interface will be used." echo "" echo " -c, --no-ncurses-color" echo " Disable use of color in the ncurses user interface." echo "" echo " --no-nvidia-modprobe" echo " Skip installation of 'nvidia-modprobe', a setuid root utility which nvidia-installer installs by default. nvidia-modprobe can be used by user-space NVIDIA driver components to load the NVIDIA kernel module, and create the NVIDIA device files, when those components run without sufficient privileges to do so on their own, e.g., the CUDA driver run within the permissions of a non-privileged user. This utility is only needed if other means of loading the NVIDIA kernel module and creating the NVIDIA device files are unavailable." echo "" echo " -k KERNEL-NAME, --kernel-name=KERNEL-NAME" echo " Build and install the NVIDIA kernel module for the non-running kernel specified by KERNEL-NAME (KERNEL-NAME should be the output of \`uname -r\` when the target kernel is actually running). This option implies '--no-precompiled-interface'. If the options '--kernel-install-path' and '--kernel-source-path' are not given, then they will be inferred from KERNEL-NAME; eg: '/lib/modules/KERNEL-NAME/kernel/drivers/video/' and '/lib/modules/KERNEL-NAME/build/', respectively." echo "" echo " -n, --no-precompiled-interface" echo " Disable use of precompiled kernel interfaces." echo "" echo " --no-abi-note" echo " The NVIDIA OpenGL libraries contain an OS ABI note tag, which identifies the minimum kernel version needed to use the library. This option causes the installer to remove this note from the OpenGL libraries during installation." echo "" echo " --no-rpms" echo " Normally, the installer will check for several rpms that conflict with the driver (specifically: NVIDIA_GLX and NVIDIA_kernel), and remove them if present. This option disables this check." echo "" echo " -b, --no-backup" echo " During driver installation, conflicting files are backed up, so that they can be restored when the driver is uninstalled. This option causes the installer to simply delete conflicting files, rather than back them up." echo "" echo " -r, --no-recursion" echo " Normally, nvidia-installer will recursively search for potentially conflicting libraries under the default OpenGL and X server installation locations. With this option set, the installer will only search in the top-level directories." echo "" echo " -K, --kernel-module-only" echo " Install a kernel module only, and do not uninstall the existing driver. This is intended to be used to install kernel modules for additional kernels (in cases where you might boot between several different kernels). To use this option, you must already have a driver installed, and the version of the installed driver must match the version of this kernel module." echo "" echo " --no-kernel-module" echo " Install everything but the kernel module, and do not remove any existing, possibly conflicting kernel modules. This can be useful in some DEBUG environments. If you use this option, you must be careful to ensure that a NVIDIA kernel module matching this driver version is installed separately." echo "" echo " --no-x-check" echo " Do not abort the installation if nvidia-installer detects that an X server is running. Only under very rare circumstances should this option be used." echo "" echo " --precompiled-kernel-interfaces-path=PRECOMPILED-KERNEL-INTERFACES-PATH" echo " Before searching for a precompiled kernel interface in the .run file, search in the specified directory." echo "" echo " -z, --no-nouveau-check" echo " Normally, nvidia-installer aborts installation if the nouveau kernel driver is in use. Use this option to disable this check." echo "" echo " -Z, --disable-nouveau" echo " If the nouveau kernel module is detected by nvidia-installer, the installer offers to attempt to disable nouveau. The default action is to not attempt to disable nouveau; use this option to change the default action to attempt to disable nouveau." echo "" echo " -X, --run-nvidia-xconfig" echo " nvidia-installer can optionally invoke the nvidia-xconfig utility. This will update the system X configuration file so that the NVIDIA X driver is used. The pre-existing X configuration file will be backed up. At the end of installation, nvidia-installer will ask the user if they wish to run nvidia-xconfig; the default response is 'no'. Use this option to make the default response 'yes'. This is useful with the '--no-questions' or '--silent' options, which assume the default values for all questions." echo "" echo " --force-selinux=FORCE-SELINUX" echo " Linux installations using SELinux (Security-Enhanced Linux) require that the security type of all shared libraries be set to 'shlib_t' or 'textrel_shlib_t', depending on the distribution. nvidia-installer will detect when to set the security type, and set it using chcon(1) on the shared libraries it installs. If the execstack(8) system utility is present, nvidia-installer will use it to also clear the executable stack flag of the libraries. Use this option to override nvidia-installer's detection of when to set the security type. Valid values for FORCE-SELINUX are 'yes' (force setting of the security type), 'no' (prevent setting of the security type), and 'default' (let nvidia-installer decide when to set the security type)." echo "" echo " --selinux-chcon-type=SELINUX-CHCON-TYPE" echo " When SELinux support is enabled, nvidia-installer will try to determine which chcon argument to use by first trying 'textrel_shlib_t', then 'texrel_shlib_t', then 'shlib_t'. Use this option to override this detection logic." echo "" echo " --no-sigwinch-workaround" echo " Normally, nvidia-installer ignores the SIGWINCH signal before it forks to execute commands, e.g. to build the kernel module, and restores the SIGWINCH signal handler after the child process has terminated. This option disables this behavior." echo "" echo " --no-cc-version-check" echo " The NVIDIA kernel module should be compiled with the same compiler that was used to compile the currently running kernel. The layout of some Linux kernel data structures may be dependent on the version of gcc used to compile it. The Linux 2.6 kernel modules are tagged with information about the compiler and the Linux kernel's module loader performs a strict version match check. nvidia-installer checks for mismatches prior to building the NVIDIA kernel module and aborts the installation in case of failures. Use this option to override this check." echo "" echo " --no-distro-scripts" echo " Normally, nvidia-installer will run scripts from /usr/lib/nvidia before and after installing or uninstalling the driver. Use this option to disable execution of these scripts." echo "" echo " --no-opengl-files" echo " Do not install any of the OpenGL-related driver files." echo "" echo " --kernel-module-source-prefix=KERNEL-MODULE-SOURCE-PREFIX" echo " Specify a path where the source directory for the kernel module will be installed. Default: install source directory at /usr/src" echo "" echo " --kernel-module-source-dir=KERNEL-MODULE-SOURCE-DIR" echo " Specify the name of the directory where the kernel module sources will be installed. Default: directory name is "nvidia-VERSION"" echo "" echo " --no-kernel-module-source" echo " Skip installation of the kernel module source." echo "" echo " --dkms" echo " nvidia-installer can optionally register the NVIDIA kernel module sources, if installed, with DKMS, then build and install a kernel module using the DKMS-registered sources. This will allow the DKMS infrastructure to automatically build a new kernel module when changing kernels. During installation, if DKMS is detected, nvidia-installer will ask the user if they wish to register the module with DKMS; the default response is 'no'. This option will bypass the detection of DKMS, and cause the installer to attempt a DKMS-based installation regardless of whether DKMS is present." echo "" echo " --module-signing-secret-key=MODULE-SIGNING-SECRET-KEY" echo " Specify a path to a private key to use for signing the NVIDIA kernel module. The corresponding public key must also be provided." echo "" echo " --module-signing-public-key=MODULE-SIGNING-PUBLIC-KEY" echo " Specify a path to a public key to use for verifying the signature of the NVIDIA kernel module. The corresponding private key must also be provided." echo "" echo " --module-signing-script=MODULE-SIGNING-SCRIPT" echo " Specify a path to a program to use for signing the NVIDIA kernel module. The program will be called with the arguments: program-name ; if the program returns an error status, it will be called again with the arguments: program-name . Default: use the "sign-file" script in the kernel source directory." echo "" echo " --module-signing-key-path=MODULE-SIGNING-KEY-PATH" echo " Specify a path where signing keys generated by nvidia-installer will be installed. Default: install keys to '/usr/share/nvidia'." echo "" echo " --module-signing-hash=MODULE-SIGNING-HASH" echo " Specify a cryptographic hash algorithm to use for signing kernel modules. This requires a module signing tool that allows explicit selection of the hash algorithm, and the hash algorithm name must be recognizable by the module signing tool. Default: select a hash algorithm automatically, based on the kernel's configuration." echo "" echo " --module-signing-x509-hash=MODULE-SIGNING-X509-HASH" echo " Specify a cryptographic hash algorithm to use for signing X.509 certificates generated by nvidia-installer. The hash algorithm name must be one of the message digest algorithms recognized by the x509(1) command." echo "" echo " --no-check-for-alternate-installs" echo " Maintainers of alternate driver installation methods can report the presence and/or availability of an alternate driver installation to nvidia-installer. Setting this option skips the check for alternate driver installations." echo "" echo " --no-unified-memory" echo " Do not install the NVIDIA Unified Memory kernel module. This kernel module is required for CUDA on 64-bit systems, and if it is not installed, the CUDA driver and CUDA applications will not be able to run. The '--no-unified-memory' option should only be used to work around failures to build or install the Unified Memory kernel module on systems that do not need to run CUDA." echo "" echo " --no-drm" echo " Do not install the nvidia-drm kernel module. This kernel module provides several features, including X11 autoconfiguration, support for PRIME, and DRM-KMS. The latter is used to support modesetting on windowing systems that run independently of X11. The '--no-drm' option should only be used to work around failures to build or install the nvidia-drm kernel module on systems that do not need these features." echo "" echo " -j CONCURRENCY-LEVEL, --concurrency-level=CONCURRENCY-LEVEL" echo " Set the concurrency level for operations such as building the kernel module which may be parallelized on SMP systems. By default, this will be set to the number of detected CPUs, or to '1', if nvidia-installer fails to detect the number of CPUs. Systems with a large number of CPUs will have the default concurrency level limited to 32; setting a higher level on the command line will override this limit." echo "" echo " --force-libglx-indirect" echo " Always install a libGLX_indirect.so.0 symlink, overwriting one if it exists." echo "" echo " --no-libglx-indirect" echo " Do not install a libGLX_indirect.so.0 symlink." echo "" echo " --install-libglvnd, --no-install-libglvnd" echo " The installer will try to determine whether the libglvnd libraries are already available, and will install them if they're not. Use --install-libglvnd to always install the libglvnd libraries, overwriting any that already exist. Use --no-install-libglvnd to exclude the libglvnd libraries, even if they appear to be missing." echo "" echo " --glvnd-egl-config-path=GLVND-EGL-CONFIG-PATH" echo " Install the EGL vendor library config file to this directory. If the libglvnd libraries are already present, then by default the installer will try to determine the path by running \`pkg-config --variable=datadir libglvnd\`. If that fails, then it will default to /usr/share/glvnd/egl_vendor.d." echo "" echo " --egl-external-platform-config-path=EGL-EXTERNAL-PLATFORM-CONFIG-PATH" echo " If the package includes an EGL external platform library, then install the EGL external platform library config file to this directory. Defaults to /usr/share/egl/egl_external_platform.d." echo "" echo " --override-file-type-destination=OVERRIDE-FILE-TYPE-DESTINATION" echo " Override the default destination for a file type. This option takes an argument in the form of ':', where is a file type from the installer .manifest file, and is an absolute path to the directory where files of that type should be installed. This option may be given multiple times in order to override the destinations for multiple file types. Use of this option takes precedence over any other options that might otherwise influence the destination of the specified file type." echo "" echo " --skip-depmod" echo " Don't run the depmod(1) utility after modifying kernel modules. This should only be used in cases where depmod(1) will be run separately after running nvidia-installer." echo "" echo "" exit 0; fi if [ "$1" = "-lsm" -o "$1" = "--lsm" ]; then cat << EOF_LSM Begin3 Title: NVIDIA Accelerated Graphics Driver Set for Linux-x86_64 Version: 460.91.03 Description: The NVIDIA Accelerated Graphics Driver Set for Linux-x86_64 provides accelerated 2D and 3D support for Linux-x86_64 using NVIDIA GPUs. Keywords: OpenGL XFree86 NVIDIA Author: NVIDIA Corporation Linux Development Team (linux-bugs 'at' nvidia.com) Maintained-by: NVIDIA Corporation Linux Development Team (linux-bugs 'at' nvidia.com) Original-site: http://www.nvidia.com Platform: Linux Copying-policy: NVIDIA Software License End EOF_LSM exit 0; fi if [ "$1" = "--pkg-history" ]; then cat << EOF_PKG_HISTORY Package history for NVIDIA-Linux-x86_64-460.91.03-internal: NVIDIA-Linux-x86_64-460.91.03-internal: Initial package NVIDIA-Linux-x86_64-460.91.03: Added 32 bit compatibility libraries EOF_PKG_HISTORY exit 0; fi if [ "$1" = "--label" ]; then echo "$label"; exit 0; fi if [ "$1" = "--version-string" ]; then echo "$version_string"; exit 0; fi if [ "$1" = "--pkg-version" ]; then echo "$pkg_version"; exit 0; fi if [ "$1" = "--target-os" ]; then echo "$TARGET_OS"; exit 0; fi if [ "$1" = "--target-arch" ]; then echo "$TARGET_ARCH"; exit 0; fi if [ "$1" = "--target-directory" ]; then echo "$targetdir"; exit 0; fi if [ "$1" = "--script" ]; then echo "$script $scriptargs" exit 0 fi if [ "$1" = "--info" ]; then echo echo " Identification : $label" echo " Target directory : $targetdir" echo " Uncompressed size : 623355 KB" echo " Compression : xz" echo " Date of packaging : Fri Jul 2 06:22:41 UTC 2021" echo " Application run after extraction : $script $scriptargs" echo if [ x"$keep" = xy ]; then echo " The directory $targetdir will not be removed after extraction." else echo " The directory $targetdir will be removed after extraction." fi echo exit 0; fi location="`pwd`" catDecompress() { tail -n +${skip_decompress} $0 | head -n ${size_decompress} } if ! which "xz" > /dev/null 2>&1; then decompressDir=`mktemp -d "$TMPDIR/makeself.XXXXXXXX" 2> /dev/null` decompress="$decompressDir/xz" (cd "$location"; catDecompress) > "$decompress" chmod +x "$decompress" PATH="$decompressDir:$PATH" trap cleanupDecompress EXIT fi cleanupDecompress() { if [ -d "$decompressDir" ]; then rm -r "$decompressDir" fi decompressDir="" } if [ "$1" = "--list" ]; then echo "Target directory: $targetdir" tail -n +$skip $0 | xz -d | tar tvf - 2> /dev/null exit 0; fi if [ "$1" = "--extract-decompress" ]; then catDecompress exit 0 fi if [ "$1" = "--check" ]; then sum1=`tail -n +4 $0 | cksum | awk '{print $1}'` [ "$sum1" != "$CRCsum" ] && { echo "Error in checksums $sum1 $CRCsum" exit 2; } if [ $MD5 != "00000000000000000000000000000000" ]; then # space separated list of directories [ x"$GUESS_MD5_PATH" = "x" ] && GUESS_MD5_PATH="/usr/local/ssl/bin /usr/local/bin /usr/bin /bin" MD5_PATH="" for a in $GUESS_MD5_PATH; do #if which $a/md5 >/dev/null 2>&1 ; then if [ -x "$a/md5sum" ]; then MD5_PATH=$a; fi done if [ -x $MD5_PATH/md5sum ]; then md5sum=`tail -n +4 $0 | $MD5_PATH/md5sum | cut -b-32`; [ $md5sum != $MD5 ] && { echo "Error in md5 sums $md5sum $MD5" exit 2 } || { echo "check sums and md5 sums are ok"; exit 0; } fi if [ ! -x $MD5_PATH/md5sum ]; then echo "an embedded md5 sum of the archive exists but no md5 program was found in $GUESS_MD5_PATH" echo "if you have md5 on your system, you should try :" echo "env GUESS_MD5_PATH=\"FirstDirectory SecondDirectory ...\" $0 -check" fi else echo "check sums are OK ; echo $0 does not contain embedded md5 sum" ; fi exit 0; fi run_script=y keep=n apply_patch=n while [ "$1" ]; do case "$1" in "--extract-only"|"-x") run_script=n; keep=y; ;; "--keep") keep=y; ;; "--target") if [ "$2" ]; then targetdir="$2"; keep=y; shift; else echo "ERROR: --target: no target directory specified." exit 1; fi ;; "--add-this-kernel") add_this_kernel=y; scriptargs="$scriptargs $1" ;; "--tmpdir") scriptargs="$scriptargs $1 $2" if [ "$2" ]; then TMPROOT="$2"; shift; else echo "ERROR: --tmpdir: no temporary directory specified." exit 1; fi ;; "--apply-patch") if [ "$2" ]; then if [ "`dirname $2`" != "." ]; then patchfile="$2"; else patchfile="`pwd`/$2" fi run_script=n; apply_patch=y; shift; else echo "ERROR: --apply-patch: no patch file specified." exit 1; fi ;; *) scriptargs="$scriptargs $1" ;; esac shift done # Check that the tmp directory is executable # Make path absolute if not already if ! echo "$TMPROOT" | grep -q "^/"; then TMPROOT=`pwd`/"$TMPROOT"; fi if [ ! -d "$TMPROOT" ]; then mkdir -p "$TMPROOT" || { echo "Unable to create temp directory $TMPROOT" exit 1 } fi TMPDIR="$TMPROOT" TMPFILE=`mktemp "$TMPDIR/makeself.XXXXXXXX" 2> /dev/null` if [ "a$TMPFILE" = "a" ]; then echo "Unable to create temporary file in $TMPDIR" exit 1 fi chmod +x "$TMPFILE" # Try to execute, see what happens "$TMPFILE" > /dev/null 2>&1 || { echo "ERROR: Temporary directory $TMPDIR is not executable - use the " \ "--tmpdir option to specify a different one." rm "$TMPFILE" exit 1; } rm "$TMPFILE" # Perform a platform check LOCAL_OS=`uname 2> /dev/null` LOCAL_ARCH=`uname -m 2> /dev/null` [ "$LOCAL_ARCH" = "i386" ] && LOCAL_ARCH="x86" [ "$LOCAL_ARCH" = "i486" ] && LOCAL_ARCH="x86" [ "$LOCAL_ARCH" = "i586" ] && LOCAL_ARCH="x86" [ "$LOCAL_ARCH" = "i686" ] && LOCAL_ARCH="x86" if [ -z "$LOCAL_OS" -o -z "$LOCAL_ARCH" ]; then echo "ERROR: missing/broken uname. Cannot perform platform check." exit 1; fi if [ "$LOCAL_ARCH" != "$TARGET_ARCH" -o "$LOCAL_OS" != "$TARGET_OS" ]; then if [ "$run_script" = "y" ]; then echo "" echo "ERROR: this .run file is intended for the" echo "${TARGET_OS}-${TARGET_ARCH} platform, but you appear to be" echo "running on ${LOCAL_OS}-${LOCAL_ARCH}. Aborting installation." echo "" exit 1; fi fi if [ "$keep" = "y" ]; then echo "Creating directory $targetdir"; tmpdir=$targetdir; else workingdir="$TMPROOT/selfgz$$" tmpdir="$workingdir/$targetdir"; rm -rf $tmpdir fi if [ -d "$tmpdir" -o -f "$tmpdir" ]; then echo "The directory '$tmpdir' already exists. Please either" echo "move the existing directory out of the way, or specify a" echo "different directory with the '--target' option." exit 1 fi mkdir -p $tmpdir || { echo "Unable to create the target directory '$tmpdir'." exit 1 } echo=echo; [ -x /usr/ucb/echo ] && echo=/usr/ucb/echo if [ x$SETUP_NOCHECK != x1 ]; then $echo -n "Verifying archive integrity... " sum1=`tail -n +4 $0 | cksum | awk '{print $1}'` [ $sum1 != $CRCsum ] && { $echo "Error in check sums $sum1 $CRCsum" exit 2; } echo "OK" fi if [ $MD5 != \"00000000000000000000000000000000\" ]; then # space separated list of directories [ x"$GUESS_MD5_PATH" = "x" ] && GUESS_MD5_PATH="/usr/local/ssl/bin /usr/local/bin /usr/bin /bin" MD5_PATH="" for a in $GUESS_MD5_PATH; do #if which $a/md5 >/dev/null 2>&1 ; then if [ -x "$a/md5sum" ]; then MD5_PATH=$a; fi done if [ -x $MD5_PATH/md5sum ]; then md5sum=`tail -n +4 $0 | $MD5_PATH/md5sum | cut -b-32`; [ $md5sum != $MD5 ] && { $echo "Error in md5 sums $md5sum $MD5" exit 2; } fi fi UnTAR() { tar xvf - 2> /dev/null || { echo "Extraction failed." > /dev/tty; kill -15 $$; }; } $echo -n "Uncompressing $label" cd $tmpdir ; res=3 [ "$keep" = "y" ] || trap '$echo "Signal caught, cleaning up" > /dev/tty; cd $TMPROOT; rm -rf $tmpdir; exit 15' 1 2 15 if (cd "$location"; tail -n +$skip $0; ) | xz -d | UnTAR | (while read a; do $echo -n "."; done; $echo; ); then chown -Rf `id -u`:`id -g` . res=0; if [ "$script" -a "$run_script" = "y" ]; then $script $scriptargs $*; res=$? fi if [ "$add_this_kernel" = "y" -a "$res" = "0" ]; then repackage_file=y; fi if [ "$apply_patch" = "y" ]; then patch=`which patch 2> /dev/null | head -n 1` if [ $? -eq 0 -a "$patch" ]; then if [ "$keep" = "y" ]; then cp -pR usr/src/nv usr/src/nv.orig fi $patch -p0 < "$patchfile" if [ $? -ne 0 ]; then $echo "Failed to apply patch file \"$patchfile\"." if [ "$keep" = "y" ]; then rm -rf usr/src/nv mv usr/src/nv.orig usr/src/nv fi else if [ "$keep" = "y" ]; then rm -rf usr/src/nv.orig fi rm -rf usr/src/nv/*.orig usr/src/nv/precompiled repackage_file=y fi else $echo "Couldn't locate the 'patch' utility." fi fi if [ "$repackage_file" = "y" ]; then cd .. new_targetdir="`basename $targetdir | sed -e \"s/-custom//\"`" new_targetdir="${new_targetdir}-custom" if [ "$targetdir" != "$new_targetdir" ]; then mv $targetdir $new_targetdir fi # update the pkg-history.txt file chmod 644 ./$new_targetdir/pkg-history.txt if [ "$add_this_kernel" = "y" ]; then $echo "$new_targetdir: Added precompiled kernel interface for: " >> ./$new_targetdir/pkg-history.txt $echo "`uname -s -r -v -m 2> /dev/null`" >> ./$new_targetdir/pkg-history.txt else $echo "$new_targetdir: Applied patch file: $patchfile" >> ./$new_targetdir/pkg-history.txt fi $echo "" >> ./$new_targetdir/pkg-history.txt # retrieve the lsm file tmplsm="$TMPDIR/nvidia.lsm.$$" if [ "`dirname $0`" != "." ]; then sh $0 --lsm > $tmplsm else sh $location/$0 --lsm > $tmplsm fi sh ./$new_targetdir/makeself.sh --lsm $tmplsm --version-string $version_string --pkg-version $pkg_version --pkg-history ./$new_targetdir/pkg-history.txt --target-os $TARGET_OS --target-arch $TARGET_ARCH $new_targetdir $new_targetdir.run "$label" "$script" rm -f $tmplsm [ "$keep" = "y" ] || mv $new_targetdir.run $location fi [ "$keep" = "y" ] || { cd $TMPROOT; rm -rf $workingdir; } else $echo "Cannot decompress $0"; exit 1 fi cleanupDecompress exit $res END_OF_STUB ELF>@@@A@8 @@@@@@88@8@@@.. 99`9`J h>h>`h>`TT@T@ PtdX.X.@X.@QtdRtd99`9`88/lib64/ld-linux-x86-64.so.2GNU    a@`A @`%Or ,G:3@`libc.so.6stdinstdoutfputsmemcpyfclosemallocstderrfwritefreadmemmove__libc_start_mainfreeGLIBC_2.2.5__gmon_start__ui f?` @`@`@` @` @`(@`0@`8@`@@`H@` P@` X@` H%H59 %9 @%9 h%9 h%9 h%9 h%9 h%9 h%9 h%9 hp%9 h`AUATIUSH8~#Hv-@)ۅd6 HHH$d`HD$HD$HD$D`HD$ HD$( HD$H9D$HH+H|$ AEtH 8 HT$ D`H;D$ :-@H H58 I}H 8 -@H58 H߻rH8[]A\A]H n8 D`H;D$ uHD$ LH F8 d`HD$HD$H 8 W-@`AX>`HX>`HHH9s%f.HH6 AH6 H9r0[6 A\]@@f.UH]6fD1fD% 1ȃu@`HHuDHt#H@HW13@`H9uÐATIUID$SHHHvHH)HH)H9HGI4$HI\$1HH;HuHDž[]A\Ðf.Iʅu8H/fDD HILȃHH Ey?tIL9r1@ut @@AWAVIAUATIUSHHHF H^H$H_ w$ň,@AOAG HrIvI8AGAGfIVIFH9u1H9fDAG,H[]A\A]A^A_f.IG0Ht I;GH,IW8IGPHt H9IWHAO@IW`HA$IW`uHIW`IGhAWpI`IGXAGpAAGHu/AIHJIN<IGHHIGHIVIFH9uDAIF!I9FIHPIV<uUHIIHH)HuII>AW IWhAG I3IG`I3H cfDfAZI1ҾA;uAAAG$fIVIFH9IILJAAG@ILLqIM1LHpIMC;AILJ?@Io0Io8ILH)HHPIA!HHIAsL9HIIAIIHIAH9wILJIGHIGPAIFILIGIF IGIFI+GIGHIIGHIV H)IWPI;G0IWPI;W8A$,c;IF1H9)<@AA$tDAAOAG HrIvI8BAGAGIVIFH9u@AG AGILJ A LL KfAYZI1ҾA;IAHH9AAA;G$nfDHBIFIWAH$I9F 1A,AG,IMoMgInHD$`fDIGIAH|$AIHIAGxH&MFIHLL1AGx{IGIAGxILLmA7zXA=fDIGI;GXIDfDIIvAW D$H)II>L$AG II>AW AG IF/II9GpAIv AW L$H)I~XL$AG IIwIL;IGMIG0A5AG AGIIwILIGMIG8fDfG,GG HLJGHHLJ GXGhGxDf.ATUSAmHHt!h(D8HHHtdH[]A\@1Df.HtSHHH[ff.@UGSw#LGLOMPLWGDGDAA EA9DDAHLLD)DfLJA#fDAD)ӉЉA9fAvgMAGw!HOH_HiHo ȉGA 9w))ȃGAf)A9fAw[]D)ƉD)D)Gf)f=vVDGDN AD9voDFAHLD)DfFLJ LGLOOMPLWGADG)A)LDGAFf)fFLJnA1L;Gsp9W0vkHG H+GHH9HG)‰HWHBL)I9sFE1LLJHpLOAAH9w(HHWIDƒuH9WsHWHG(f.AWAVAUATUSHLG8HGHI9rFw$HSHs KHzH{ʉS[]A\A]A^A_B LHk(I9 sHsH;s wDCD!wH{LV LS47CEˉLHHLs EAD9))Df C)fAw!HsH{ LFLC47CJ<[ D AE953HD)AAfD H߃ C|FAD@II";0D)?fwjЋ3KI@H؁w"H{LS3L_L[A<:KD A9w))3Kf)?fv@Aы;As C|ALADA1ɉC|H)Ll,D0D)A9f~;sDIDEL؁w"HSLC;LzL{A։sDE A9w))As;f)fC|A9uS|LHLC8HCHD))Df CA)fD w"HsLC L^L[A40CD8 AE93D)Dفf8w!HKH{3LALC ȉCA A9d;)AAfEǃS| fMX3D)LMfAuHKPHH{@1HtHS( ED#AA)IDDHRH AL A*D)։ЉЁfwj3CI Rw"HSLC3LZL[AЉCD A9w))փ3Cf)ЁfvHC8HS(HHHK8@<LC8L9C@sLC@HP B‰fD))Df CA)fD8w"HsLC LVLSA40CDPD AE9x3D)AfDPEЋC|DC|AH H fS|I)L9rL[PE1Ht HS(F,EAA8f.ADA!)։ЉfA3CDA;ED!ʁMRw"HSLK3LzL{AЉCE A9w))փ3CAAf)fA{fDS|ǃ)CD)f A)fEfD))Df CA)fDPw"HsLC L^L[A40CDhD AE9w<))CD fA)fDhDADD3D)AfDhfDAI@wHSLC;LJLKA)A;A!ЍDBDƃsC|uLAC|DAIAw"HCL[;LhLkAƉsDE A9v82D)f;DsIAw))As;f)fC|fW|HH(LC8HCHAVAUATUHSOhHHVHFH9DctSpHE(H+E HK8 oH9HGHSPHH)HH9HBHSHHuLmI)SEE1HuLoLL oA;CtUHC LsHCHZ oHCA H9)CtH9}H)HEDctǃ oHuLmI)IHE?M9HoMFHAHHoDHtHt HoHH)H)Dr1L89L9rD oLmuo$,@HEHJHM<<,ǃ у-Q<,w<ǃsу Q<w􉋘ȃeH oǃHC|HǃHAHfD@H9uCChHDctA{tIHUH;U+CfDHUH;UHMHrHuЃkCuDctAChDct@KtHu @I)H)H{8I9ĉIFLcPI)I9IFH9HFH{()HIĉKtHuHuHC8LH;C@HC8vHC@H;CPuHC8H} HuLHuH}HC8HC0Hu HULLHu HUKtHEH9vLe(I9Bf1[]A\A]A^DHEHJHMKlCtKhDCtHUHEHEHJHMChCtHUHEHEHJHMCpChDCpHUHEmDHEHJHMChCpHUHE9fHEHJHM={xCh=SpZCyClHUHE@HCHEHCAD$L9DHEHC HtHsKtHH+UHH9[]A\A]A^*A))A9DGDI9ECh1HUHEf oLmHC8Hs0II)H;CPuHC8H} Hs(LH}&HC8HC0Le D)cpuLKtTFC;CChH1HUHE{HE(H9E ZHUHEH9tmKhUDCyCxHC0HC8HCHHC@.ChClHUHEfD{t9 osѸ?1H)LL)LHs|Ht oB"HC `HDHHHuH[]f.fHCH7zXZ8@ @4@@ @@p@ @ @@&@%@%@p%@@%@"@#@R!@X$@Memory allocation failed Write error Bug! Memory usage limit reached Not a .xz file File is corrupt --help: Unsupported options in the .xz headers Uncompress a .xz file from stdin to stdout. Arguments other than `--help' are ignored. @@@@@@@@;l  xH ( X 4 HH h (, XP h  ( h   (  zRx $HFJ w?;*3$"zRx @ @;0 @/@D @u e0 @l @ (08 P~ 80(  $@QD8 @Q :  @"4@  @tP@  (08D 0(  h !@X  (0 (   (  <*@:  (4<*@-1,$t`+@d@* (`% (  $DpJf@Xl @ d,@x@@@ @`8@@` o@oo@h>`F@V@f@v@@@@@@.shstrtab.interp.note.ABI-tag.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.text.fini.rodata.eh_frame_hdr.eh_frame.ctors.dtors.dynamic.got.got.plt.data.bss 8@8T@T !x@xL' @P/@7o@Do@ S@`]B8@8g@b0@0m@%sd,@d,yx,@x,X.@X.9`9H>`H>X>`X>h>`h>?`?@`@``@``@@`p@@D p@ 7zXZA !&\|z] 1 ~յbP Ri3-;$;=6G}Y*gHf;;C&I'>U'P  R׹YntV~Kp!$?U\hJ&3aF//ʧ`a~3geOymYCsn JO6.J5k Τ>(&1do|UzhٿG vw$O-!QF;u 7. }ma ҸI%w*m8rJ #7Ԥ{ ? TdʚbdL WxSUD~Oz=Ul/Ε snܟmDOUE= I!wxz c`%20$<Ћ[ Dfz5^φIhVj*)/3F'|`F^]4 #K6gC^LCHp?ܖfU>R:;./7)mIeӀ }RV@DZ0(2Ppx4hs#Oo|uvѰG|{I{\$TuQj}+Jfem>˾6cޚ >hMDHi܎rh1̞A└2YɁ4>MeRć=){eK6veWKO't* ,YA6ov}1g:l/7#A?iZSe˹ӥ-;*lpGC PbvNc{ӎB7>ΩŚOb&SO] %0W#ԤvR􇧈_gb:v|H|DKC8Ccm^~OkO5ֈwwl״h]ƱI y-8VQdxmHD*(NuaOSd.'z|=2*ce3߹KnD$U&ƈba]^x8iSvmMC}^lrȂ8`ܢ !\4DIEg VA<ނ{]/\̪ԃ鏃x= J߶VzdE$L;ņ;/Cz(6*KVV'buA )F:ɿ[ ]W MBNQs$(`nعH3ʙcZ;WIT\.fN`d=;E^ŭAyاH#|S]pe=o3,%hq7Όa/3/?)LËd.sK}u䇊$~ao3ZTz)8Vl `V>s*{ LSHv@еXURT\ qpVr), 9ܕsW3c}+|$h|P|&hZ;sݓG)t+nk邚uZk mBaqnP `\^Tud|O#EFuGRt%L/KlNs${DPI[ ~--VErGxsq Ʃ9+cùDˢQ4px`7Z/6>IuZ~XM)+-0\Q}we4H;(%c& ; Y D9i!m3jKZ*=:J&J;ZpO>{E=r{W&,1F:M/o4L_ +_Cv3K|B-rTRtI!|ְÇKn-0'5'鯸WyU[V8Ս5ZUE~V5?>.LɤZBh0z>X>S3[a{v,_Oʣv`>LM5O"dDaʩkܣe9 ۘ]lx(f}Q7&rtSC5(- @ײoydU S>AD*bIl<[{sMaZVq$*'ʔ WCFD4zۉ+$H>0^AGSSs>`L+7 H96Ƣxc v)7ޞ]4 K˛یGnWD?V=A{8ڸt iAIri|~KSb]*)\{$L|7c'"k&d`AZuӶkr ZRDf%]b$Ӈ~A|)r<+tPrSGN^hj~qY @h/݊] $`dn:=oɳ%v6^׊嘦AMm,um0'c~2r\հ9, ht\S2LtB2#YS1OZ9h;F#dKC_[[L\_@$C`YY?eS+^PaҜW&X^rM3"aFjba^v3h#\vO z@PCiQsT>2I>Vcuݘ(<¶T>"x  C.`_76~q!P3S 6bztgAV$}cqtN.Dh4џY0& c[bn^y:XOR͔5$N,"U}5!Uw ŚMm+_{d}~v ݵeN!B,%otȌ$c,d}iiI"knQ, ﬩J}Lu(IAꝳU\fK|tvOim\vZzdH2.(fs*9bGJ畿x8{/-s:*mY{kpRs?TT4)F2۴AC5M;!8))ߥS8UiΖ{ b6[TS<._F> MXP*"L:v,- VIo˝KUpBH6GUYZIªQF %hqSDA~3xUh%9W̺^+o7zцq[5N`,*j/? 26+LMP<_I;h@?sd4A,gUKFDa_R}JPZ#|'_Rŕcs]r~OOUPsax/EF^qhh_Ʋ;cDww a`qzhY>e~GXHer&Nqe?5+g#Iʅc)NbaptNPâ:* `ɫ80 9gxxGUO!)T_B6"jEE9EGYMC!VpNj+];/fQ^ՙ+4K^ U ]%+%&%x)!2[GAq˗Q'3˨2mB'@D]Dڹt]*7aFttFt54؀dDaTͬe3sr#B^^k!3g@ 7K.ſ}1\U D9z|$PrXQoD0ݻEؾyxX;C:U^FgRi W5\ 48xs_uo:VFUO ekǏbcéh|&xuiw ʁR~*VRK б6 z|nءY  F0K[lA^0:(YgĚCZ WD GlpwF<9~~oV5Ч?0":Su`?IeIjX8\SIP"@zC?Sn,AW*ydTșG ɷlLo Vdz ?V8}WSt:$8`Qa]*A^( D[KÝI[+(3Qj~f>TFM1|?i[u^yPǪO-GZ8ږ7ܥw, *pkW;a0y'C.idSMdVy6n8HtnHzD%C)`B81.׷zCbU_k e&7GCD9- ePB8ٳ#>\kPTr pK9ӃORfdkqr/NjnGHeh v̠:e}i_]Ҍý7#^HѡN';U9;1[dۜ}HOd5G<-`q>R1k3Bo>3ќwisvҪ(9< QHFWSh uaB#5TaG[FKFpu?fW)|<?FtZ 1-?- v~i2Ś0Qз&Šo8)r=?ЩO}D5zaF"|aX-ѩ,㠛,ۑGY'3k(_{{g*jPu75 NsFo&^(ݚȰhHpNJ n4֚ZZ[V4M5 nܗ*x:9&,7bv68 ^e7D^YrXeEIf'4U-$^!.OP[\Q9DV s%Dz );kJAN1VIϏn"Za.ߙ+A5$|.%!cFzUhb N9'#KK."-t&YZy1&K[Bo_w"IkBa3bMךq \TWf -.5]E5U8B[?@ӿŻapUkt\(I2ՍPoR;ejmDOG%04|juBu>Φ![lvEP,JtOŴrH}Ba;bѵ8P*&20G^?]X)351Wϼ;ggIT1E?n\se%h&nv(!\`hgf]圪KVolEEV0 ZErѢY_Ȉ|" }[m z AfR}>H9Ie]ns7{aGxue`_LI0# ?s4.C}naǤ {5 <=1%#+%-$a3 (|ԨIzyÏ+ɦ[='1:s2 Ij "xz }k(0jΉiXDc.^mI?~S.rymPIe11GapiFڜ:1Okd4஘GzU'M~k!CWYq  '4Kn-㦃0ϫe=k^*LU _gubba䌍aWdӣo.22H>cw`_Q`)0J靋V50Z&RHv0FW9H<'T b@fymLz22 Z00i_ '{z= ,L+{ZO֟ BыF)i pz~]%]MH;? xZhW1 Cl=n 2A3=B\"R g-hB(g"2aҵ n">['LYltC:]kmR!d((YhaY'5Gxv6 Yaѱtw3juy`pxeiam,%y"0奢JG*xzH^7 &Rvu)}2JD80h4j(U Y(0(^-X,CU"s8mL |<fh70Gz# [YT& P=;uNڨGK^aJ 2"Br;sPL BV; */-LjYzD-w%GꢗFևԗm- pF5Yx2Q=&l&[H]L.3Db(p@7OU:Í׬ƨgEȽ%2-WT+wE~ *Vυ 1ڮIYi.zDV0ùbuh[T@go:*a q|hcYk'Q[[A_'U}z^4Ccך(A^5ԬP6 [-Kan>$4y@ y39#WOJO#4E:tc:.'I +.Yr&G+ъOȊ5tuͤ`0m{cGqh-p,UuBۋiPg@hɵcdIt63""O7[ẅeV3J5ت4MPlz]ڗ4Ze'Ʀ[lB>c{X"jfW}&#E'ҏœ2<Ц&:5pǣ?&T gL x_]0gFBꤌ@u`U*+`}8%R_)>;P_ ,;Ҡ3NG# ,ݥ 7X.;Z@LqXL_͑t/ڽt ВI:}<$r)mb\zڬ_q*%.˻mÀcsH{+Zx2O7xIrXilKRݜLn[k*f(Hy"`/ܫ{˹nZ;LLW5,.|hYjIcܘ( yk:llma!oMT0)3iA`fݺ>1_cS•ߪU=Jlʂ~`}ɂmuE/Е">2JB)-<9U]c(CPDVsAgE׶g^QP~bsV$Z-"  yAՂH ?~%̎kgi?xBW60WT}E%f|3b{`{Mjf&yíf(>ކ`LJ1v7(c;s9`3{OO`a ՄMmϚ^sfcQ?]mBMNNΜ#LqS7%$?|hNu=h73:[i>WfϢ"zbZ{ ?GeOG }{ }HbE(s+Ҋ2i$^L;W_Q Xtqd8A>wojUIdw+چFӰ4,s.rΈ2"=X\LnyNb*8le8cF:ђ8:>i!L0Qh3|/Lx`rTC-CM!jgC@5]B',]: Y= ,Y7l)b@jijdF%tj. iZ P` 5>W92զs~nzxKMp}K X^y7bhnƑEt%W ʢ}hY3HSsHQrfjǹ \ޤx|RaܜrFS'18"'qqW7i}uG΋O!{ b x@/6q`W8̘C(3n9q2DoB #W^Aʕ0N8Z%[QVH2'S 'wϷ$I2UPjF1kWϻl\Iyx"(d}tzOS ]N#=I F Eyh;zrڝILw2G><M{x/ҜG3c%s-)J6/LE^[xN! uD Kf7' ijW~)NIZ_~|XsTߌ9Q1[C)J$|DyR 䝫_,>#~>#j7R0A@Q '65xȪ< Eղaa4*Av.$"40aimҟ'? QM!ds,LSs"F :v1/v88LC3lѨ%>HأZuZ;Jzd-vj6Lus`S&OM/5ܬcm y @ DmBWDO$|KH<E7'+gfی@Pe&dA%嫗NPZQXp(Q2:gBd9/$# }|}J>}*" Dl?6gF_UT$rܚxUxB AAieJ Q bDX&ݐBV NjcɯmRXO}\ȠlDArΆ?ڵ)6Beo${tI^Y.ww?r/çO( 8 ~X$1\#\R%);5,b挩W~Uuyf)T\aag#ԳeC? xrI31- mE\ϴV"+ B12`5`%:{b5tV kE,fHwvieHC59NIjcOad2dT'ַ]ڢ`ZwWI;2cEiks `KՏȯu>$:XJ6#>qHX |wr'..+9)I(2{7q&Go"!(TswDohT+33~ #ϭ_l:ė6KKGe9Q|߹&7Kt1^x.""iKg7>.!66-*#T%9`oU ,vCmOB˴QžUEan^۴Auז4m Jʗ9N>+\&t)sfG N3!3G*ߒg|;vx+]9F; 'z BRwZT1bU"Cb "r;d@ңdmU޺[rZ4@GeYfP.?9T#xەJZA,eYp/fgNfqow.ԥn<ɰ t|=5P9=8ӌFefw"I If) ôW oQg@fFMmIM j$2??KaGե [Sc|V)/8 Kz1C|V{tE ?HC.\Xixdv?,iyp.qpW[?}~]!-2c( h(,yRKzM`iUENJEpB=\V`HЧwn*Tzh|L]Iz:1?&(=PIk1A Ičsj\,0NA&=;\l`ڶNT3'z': %8?%U>N_irJ9%Pꚮ(M`:JR]nN}r%`U59AUSS/Li_sx! V#+f Npơ"4I}zd^jSps@g1+Mlʍj_sU5"$#_ii(oӵf]i^-|SwcxZցc^74؈='^oѧFrP >IVψSSp']TG%]: dJLsK@4fwYad7'9נcJʡL*Q(" Uc߯)('V;\YN(d4g1u˥Q:T_QX wsCob" _Z VM\c[FcD&N;v.nǜ_Kγf7 \y‡`훼7XT}%*Xmlnp 5+$$TH>)$,6 T AH̿&&jz.D-!JdMp~䳞ЇJZ=8[TJ\^O )Pi,Ba8+RxHYgZgId%WXlM5DXEBrA^-Yk>:F̨X3sUpo8hfo%%g4ԴZ_>ݝM{\#xWє."8|Dž&GQI$x]{!MMR!NNZ9ѕF|,;-ou!誤j#(( Gynqj 0L큆2ޔ*_dlH4w^# D*bZ [@;bf'|NdO y!ӨZ.{ o5p~rCVW0"pɇy7Y;0pz'覍WMϬJB nPöܚg,b98X0?:!=VP߿@NtcL80,YNPX~_O~dfhʽ1ctGB@03}8#SƊ`bouTӚytuinPİBM Ϫ q4#{cvǍ /yg#>}tg)ݗEƋ%Kgř} /IڧA.E IpW) ~J0' i9 _i(B}mdU ͧS_mϖʊWtPv ɁuƙOk,9|khfRT>_}%鿮_JqV8*h;`+b1AZ7}no&ϒA0wtr/Tp#<DzLCNИǬ ֬o%_j>'q0@/aC9oJȧ g$V%°5ZRaCXu0QB%e>;aqFy X]".CygG4fDDBvm2;aل[4X*:4.-^ۏL>5T ]Q&]s"Y\(>#%wEy6@rW>` Zw?-|.-nӢZtHyC ngyV7Q.)/fK @WCnaſ]G%:ͫ@"|Nł/d*핔YZc"p|.Jnj{i{|#P?c|kHvZB$+lzwX-jѧrJu}nRIYtaNOvO=©2\#lq3T`Ss֦Ϝ3^"AaabPT4-0'E+$LQyDrJr=e@L H`+FZ:MuUA%E$ĥVG1-V>9 I yA|2{¼R۱ ę:2cI^}fՑ)o޿~Z lfꜾzbAC002G gZ g_Kd5a:ϰrϱ k'ժ# T~C.?a9DaEDvQ7(p s3qب/% hNzHseBr/(ߩ*)Ӽ1[_` ٶa. 蕳cKXyA/O?St Nax9*`Ra|?B:? 0k禒hl'd6dE(T(I~>=vW eOtoLɛȰf0Daou n3*kxmwۺdP1"b 7LYcv;L Za 9i 8iUTk\Ҵ)Bc_}Ho[_0]%Go)muzo4z~JR\ʏ.~HjywYOZ6=xA d*޳qv`S#Sgz ??oܪk>x*6CW؏v^ m/grjhz1ߋL2zf>gݸh6X= B6905c_p?M?>gj=^W#M/rD~ۓc e潓5'x(jZƛX?-t)A*p_ s/=8riqu}=L"p?UV uʦdka!(o !}>5tF FP O,6w12hzL$m16Y$ՈPIJ;!)0h$?F({@r f(9S,h&G + xwH[GO]arOl\ lA`$|s⾗ƊP荤Q8Zi_| YHj-HmCc/@*}đwx 9>@ˎbbEJ(Jܑm;ހXm+Fp=Yl]q0~zɇ10.r<`ઊ*BL2ndդm.Hn\wQ~$ f 'hNZeSԘawU^ЌIV*MԷd(JV؞'ʋwjx,\&)-Kʽ*>rM X%wGB` Ź QK⒰ܜd|iYA9z"\vpOM@HUc*#Tlcγ†HeedO#aYE $$I{=d"^@ rn"n-ƭ^ʷ !;=*F<}oa) Őq2w6;HIr}8ڨ'T57^VWdzd[}Q~Xus*t8ı3C0YSNO:Bq`:$, ui/7FUٰdS +X8`Kb 1N:p05/YF?m@yZ<ѭ?+vxW羱g:~pt5.8JF.V%caG]V=,f8? 0/?}'zxS ^xlRըʒy K9%t/8-~+17BLB#2 űGY*`ԛ%mݚ͙c'ֱ{.5N 0nݍ1l~-6 :vQ1aYwB4baOThƦ@C8뿰}[Nt8Ʀe=!:6R:ng~+LL{d|ŧ͓@aحx07yɯ >aؾ)vvY!Q s!1,b {]59x djȽϼ_hrk_%Wx7 %dݸeY0HZ;g~S dBLQLb+JIDl%D#Т8Nꗑ5~J^G_ĉb2)[Oo]d{ձ"چ; <·f|Kkkxc̊OKTٸ=HA %{OT-eԨm/_X?HEA-@٧FLϒz)|b{6ئu$@<8&!HZ|Z짴RѢ1ʥOVy gm_B!);H2/G E"wa8*5EЕբoCZeTݏg ͢beKÃad1F eb~:}>;x1edFp \>4Eⷉ<1L{d0<UJbdhd`0[2C~җ`*gc`笕%2:+;O~<-jJb:N^)X/Њr\8t> 1lLsJ0R,H NdSvJSw cpVXqƦ֩ԳެʤP94B [(ݛ!d#08uT `:Sv})i Ij5xr@ Nyov*/o)4 gBcB⁍utl4L3dxzk,BXC~t_Qۖgܕ'_dϡZzt-QD)P('$65\H/nZ܀ss@.[:(@=gO|ϸP,YăLoܸ\f(t&TweaqdZ`F!ۼ}f+PIR[:z|!;JF )ɐp;| b;W\'-lLE BΚ'F3HK! k`IYѳ1~+XJI !LoHcSDe E#V~CEMy& eZ {V:2 MΫ6Ug!vcdcn#OjD"N , 9Y]о0_.xڞ1?rяV}[9$P4scVP`G ^}h5 帡pRr@][Nw hH1iC HL7-opv(i ~^0oMl.׬ºgLɇrP(-IiBxb5ΝcD-vSe!!Z>ddczּ_:eirK">,!An| b!5ݤ:b\^n:7X0D#E>(",~5PO19{*j0B0=p$5\, F@.r'pT&9=qstuHӘPpMFڸUzS`9Gg4:TOC~ŀ-hZ6!YQb?SθRx21iG,̬8qA?(e=u׉}3:_iblּrM[ obWzFJ;/P Jp,94ˑZ1-^4,Z'NS@i2gc9`UTnN;nB6?NB4ۯ\54 I[5.?--mNvmX/`$k:p9 6{ x7&?8;zIqNP !A!&zЯ!ݻ:4 D'ʰ_'ngq{X&V ޾Nޱ`s3{I8~S:2ks;Qg') ¡3hdzvvX.WUDV2$zSq02`ZL7b(ɩv^?=f@eҺ)wwm?b0zLw.T-+: ?.sԚ1kDMrVrG~cEY*@E/p6S`8<~v^$+tt/Ș;02u{Z 渓ܔeay"J'}P)!<{^tN9;|&?DEύH%S8q蜭'NEcP xN6= kzd%2[HV:RǣUfӬ#TOg%@ j%[8u1ao7ƣ~S?θgXϵU\x[)p((u/?LS:]mpz~X0zܫAi,_23\̡ǎs5=-i{޽uj*+]Ooβ÷5q|fb x}}@:= <ܮޮngrnl*׽}m4s ;"vpyc_BSPkQ 8'nR2`V %P>v^hXN4*`YىÒ9G9:F[{ O 6K,K<+xxB@Eo’lAX:0e,|>*U3cׇ*Tɗa(Wu#DGg]D\wLȆ;}Е!pC7J(%C}O_.Za-w}_[xPvb|JG萰b^Glb5ך,`+T_xoSϽTmdiyIѳ-)`ޝ'7cyjܨA-pz|g!v̪-.Z3tb6ᘼ5) s;_(u!W^~&dOhبïVϺ*d?">Ӈ{24LtUfu>+:\vʀw2' ѹ Zz)dX2ҔCq R>P+-N=~K¸EU.YBe)7 ǒ!wC4Z2TRv7Ԁ08WafT3nQH<-Pl)d*;D>X9I|w4&S^!CPvw pDBx'yr]nrζwKF݂:&e{)З+H1;tU/+[⚾lw,v][O%Dj1X2e uv#e\w=5k@o1ѿi]@ ݏy!$@eG 8P23(~Cc3g6! 45HOEO=s+]LMno ppqVWrM-/+eF => ϔ֌gԟtLKJ/uB%,7^Dܲ}gEL$ !jzNj<]Q ,N.M=l"e]\,Rq 18SXi"> B:QĆ!(#LxxG+žЊ@i(ȧ3%tr.?dKVS6 Q :o>:{Qy%bb<5m}=S'AJ- R7Gԏ\箃QckHi< GYj#c/H<(q&5Y 9:L8Ow)h6M"{e؄Q{G uuZO\dڕ0W v&t N;/j1) FU>>\FK?a_l(Ӫ~XW ڞn akKZX ںgjOş 0l HvqG{uEi-v1?N|uhD&]#'Ϯ,ܔ픉yWmLQxN^g5jTRoGe8N)IH*8X\F}"Ѫ{oBff͉[۷p$;.y&+!cRcf ؃30+l{PL[}TocXT5=uԳ?/6{SFca㠲.T3B`܆ΚOt$Qqj/TTk%9W/ai"&hP2A>Y&:Cb_@M[_2h_8@| S=I/U2,ʏ0j K&o}B9Y10-f4q\aT2LDnգAƇwYBm bVߜf#z!# 3yJ"K7zIؼ%@o@Xl.}CypH%EqZBJHHbx-Js%[maǝ}5&#!u7\6d#o8ľ4]-Sq~Ƃ_ヤy?ћ}52WY+tGѐ~Jvbwx釞I,$NLoʚ'CϘmBo#VrT{ZYȤ6Y7eNIn"֒ҩм,j+O˦fu ;BT+wqʐU-cDyCj*uj9^A{U0`oZfvzdHg%vȻ[~.p3@a{Tʣ9S#>时n`~h:sfFR mس]ȿ[oY}ADQM'|YU[6G 6(,S+Nk~Qxg,6㶥)H,Po-voWD@(XZAm~!n$V *+Ԃʤe8^e#sq%4-%}?ML][Rl[85 h񌕥PFu>JQEː7w=ʟneG Pti5+aY}{ teTs}T jF'T.<`AHyψ 'f4X,Lp;!.2=Y՞$ ۑ 5LBP'2ex!N?/{5.$A_`<\Qޯ.k.̠pKeWZ`j%QbFI zE99z!󸚭%:* BZPuZ1PLlLBt':5bK_UToo?2Q(; ' HjO{-x)O$=bIp3J_:58,N9yHëafD@==AX|r Nt¸A@-d.[ L ;:CY}Umo_ q^BWϣ'/ [MlҞķ=:{4޵&|dݘDYnk4CgHOs|i0'0$#82s?LIw;iX :+oYoβ0UeRe 1Wu(Bϝz"?9i@ W)je\;-62oe)b7,BskbJWo@L G[u8+ER7ZD'cZ‰ ,.q~m? 1ڟE.Mxs8a=B䚒W&VJ$}atNFt IH5]i¥Z­=Ҥǭ ē)diKtv`)pvLihcb,TE!К_:'doE >g߮yM!Ӓ]$5Ly&7ѶW$}"[Cen:vV45+9'nt@go|g`aZPYnTקmp¼EoF V6"85Y]2,hPYx l:|N&C7MoarywN?ҡHLTtnՙ8XcH[WKԈ|ZyO%:(3Tz-{__ ɇI9Ģ2qkȆXRn}Z wpb)Lo7@Bf&$z},8(9݉&9S{mhޫP\~ɒTf#]Al !Qڼ7 S'YtGX<-g/k7_UÁ~=,j kR=܁ILX|l h!BrgbJGfGw 8]~V&*Ӟ=F1g=䞌wT%#?ڇI y'f|3>_bJ2g:޾Q^Ql#=7*@:0/ұF➍ v zIJ5So 73`|gp"@H >1$(MF  )T1.Z%. S<N2yVN\Վli+L&zٴ3 Gom'_uψSY/"Fg"ۮuE|lLW >Hg2MDz* Sw=W!s ؁mg5oi cݔc5xg+%V4aa~Ѫǯ<>lٲ!'7͸%HC`PGAJN_֛BӴ,T kI~08zx8@rO\D[P?C>8P9Upq?%"J2)NZ<ƺ-н|()oW aΓ;jG*a mES`5S͡kyi&%YVkNƦMO{;nB"1lPm T!{+n{P`_UG4Sc .oW`Zp|T{ ֞I~vUgq^;Ki;{w6 _EzE{=w݊U,dYV'&PrL'Y]B |bܢ y#Q#cSn ]t@DPh"'O".%xMw)cN?3sשN>kܳuW-PGstO/N<^euJuZ '/|D^w,E]BK $v]fب:1N](B< Z!3*_z(k#]3\H5| |k;撽BQ :U2ضXk-3^R~"V_\6/lqe%]Nˉ)b`wF"qgT'{R'OV2is%#~ʞiYצ:/2J+=Aa:N炘ēKX T,WJ1[!cX8tHmm9Iw'4#FSάdI:7F*Ҩؕ֫ KT2`oH< mE#ot?wD7_ZV48$usךN䊚;y ts\#[5 ]6Ayz*s_UTH+ac꿈 yH0+q<, ԘIXbv-zِň7|D:" 2RoT3~[ND %]%u{oIlCaYm,y,0 z V`T?[,?LuU䓩` $peep8:FlRBio|%S}!W> ԶQ YnAQUB|8(^pE+T>KFхqc=v)$m**78-g=G V`HU2X|9qfN$jjjb"v~O翹fzs%cGe|=[Ugԗûcq Qx5O(ÍZÁLWK_Z)g-EyPc{#&j]öy]Q%w`%.6 &Iva9V Y[z0+-7^b;+S]B 4\IhD=YC+>nl77n}dc7i YLvbmy!Vŷ͗}|kc"ƦUM { Uwm_+52Fktu !;գRyl ǔofs3bmͧ57.GwxXķᅣy󃛾 YSWX' n'ՉV0?M-v>-!B+ (n3K%iU+BYsn[6ԝ +4F!\a:/\*C׵-qJv| Π' WG$hr;rMN}h$t+\)voljWdVȚDZIM[,l8Iã =a֍3WQyT%"ʑH)eݐY$tA;2l"(²`DI x$' e-?3@/OUa[}T@~ZEG:"˒UtD;t:}"os1;͈zD۱Wr(9fi"O;zjfľVV)2*z(͖2*,i lxķXv6dvϥEEG ?N)VxV ѵcbx)"B:{Si2+XMa~Ҙm4Yሹ[Je9˛Auz.IU/m+|lP>#dp<279oh2b=<b\@Gg*erYD߃kɦVBf,Bjk=nOOe[#Mӻ|qY^"BٱA^Rf1lعd+5Y4VBB pkvC5UyzKoqtO"N.u17DT7.%Ro 2yr+܈uYqdt? oՂ3vn T8ALKl/ʕ>xɇǹ䎛%M]AHe_*W-F]`,w7,OqmY8Ov鉑dFgߗj#[r?SAѧk߮h.vW3* /^AWP񕝋5Ņ%'~VWd_3/ፉ \ϲ+8+ ^:mpѷuy e-|4(|t-i!7jƠ[ʹ']vP$'!T9O s>b~%  .‚̰BNU3K]wVAXf'1o ojjدGK1EHāF= ɪ^!_ zB"u'FwM7fΏ݉ĉCi@~8@j ~(yaZtB|אB?-Z-4O%rtR)l\M:2nw*SH+E=Br4Q!szt+0ƪusK^ח`3-dEK7#ycڇsA}3$(܎:m(F{|0HDH! 5*IN)!ayhCSF+e+'DXZCK /qj~s4 I奔9p|EǐM2tu%/Dz(|<_A|M¦Pӄ Mn`{L~' SA:2]ܙrFg^x_v?Š@NH*NgSNyh1B#p{L_]9<Ø2!3"sL\(5~;0QcXM(T;;J(wa^_TVػ%R =턃]Ay o:PXdr i 3nOwn瑨?MbgxC>{Lj<(tޢ` '\QMJԺxH{I jw]Wޑhq2Siᆺq"!/e ~ 4gF{Gpűa#KGc&%?WvR;ȑ=XV@_̀k;:ir?J }DcGhqɦ?iSj+Yt:2f rKl5_=Y>(k \j-TPk%^vŶI lg &[沋B_^kʄ+o>V}e@4 "O,pK"EVaFuUFZlzNr_,M!1] d%۷~(3RP>pkϮB"Ъcc OΣPCSl 8|m)|\skvko3": "pJʸ8>(ؚHnwwb+bZloN!vek˨jKS dyCi{NÒ^dF_j6wY~eᔜKoؾ6 R~yx+HQhRljdB[;3C*׵[JæI%ieBzH# SA#6<nL=',Z7gM06? @Vt˒5IQCϣ bfp[(| )8c;S"/a5ޜ6Awp_X[ ѥKrbAU^#i}? }N#¢B_ [eHd#.kH+e%O;>/%EuIh3xU`"H^GM@}8>~9`dOPoφԁQj~ O.XA-> ޏѹ0!bvD {Y0Nx5Ia Õ+PKHh甬*0/ Ϩwx+žvL'XU-Dƍ`.xNx@n/mؚ74dgނ}"!9j͝vLPX-ŭ4H z.*&2l'2da9h0yZ'ଉLբ!sJƒS7f~g!q,f˟Ed жe:d]I9j_eIإ>QmKN;"҉մpit=7