TheSysX
Legacy Member
Hallow , ik heb net de nieuwe ubuntu 7.02 Feijsta geinstalleerd . Ik heb echter nog nooit echt met dit gewerkt , vraag is nu : als ik drivers van nvidia, MSN , Teamspeak, Xfire enzo wil installeren vraagt hij om een Codering , waar kan ik dit halen ?
En tweede vraag : Bij teamspeak krijg ik zo'n bestand dat ik ergens zou moeten zetten :#!/bin/bash
###################################################################
# This small bash script will initialize LD_LIBRARY_PATH to the #
# correct dir, so that the installer can find the qt library #
# Then it should execute the actual installer #
# #
# (C) 2003 by Niels Werensteijn #
###################################################################
BASEDIR=${0%setup.sh}
IMAGEDIR=${BASEDIR}setup.data/image/
SETUPDIR=${BASEDIR}setup.data/installer/
if [ ${0:0:1} == "/" ];
then export LD_LIBRARY_PATH="${IMAGEDIR}
{LD_LIBRARY_PATH}"
else export LD_LIBRARY_PATH="`pwd`/${IMAGEDIR}
{LD_LIBRARY_PATH}"
fi
${SETUPDIR}installer
Waar moet dit nl ?
Greeeetzzz
En tweede vraag : Bij teamspeak krijg ik zo'n bestand dat ik ergens zou moeten zetten :#!/bin/bash
###################################################################
# This small bash script will initialize LD_LIBRARY_PATH to the #
# correct dir, so that the installer can find the qt library #
# Then it should execute the actual installer #
# #
# (C) 2003 by Niels Werensteijn #
###################################################################
BASEDIR=${0%setup.sh}
IMAGEDIR=${BASEDIR}setup.data/image/
SETUPDIR=${BASEDIR}setup.data/installer/
if [ ${0:0:1} == "/" ];
then export LD_LIBRARY_PATH="${IMAGEDIR}
{LD_LIBRARY_PATH}"else export LD_LIBRARY_PATH="`pwd`/${IMAGEDIR}
{LD_LIBRARY_PATH}"fi
${SETUPDIR}installer
Waar moet dit nl ?
Greeeetzzz

hoe moet ik da opnieuw veranderen ,?????