From 12a3d6bb92b72ffce51d1558d1b60191b8ee7031 Mon Sep 17 00:00:00 2001 From: Ihr Name Date: Fri, 2 Jun 2017 23:40:59 +0200 Subject: [PATCH] fix --- shellscripte.sh | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/shellscripte.sh b/shellscripte.sh index 21d191b..fcb81a0 100755 --- a/shellscripte.sh +++ b/shellscripte.sh @@ -46,18 +46,23 @@ apt install -f apt autoremove -echo "deb http://ftp.de.debian.org/debian/ jessie main contrib non-free" > /etc/apt/sources.list +#echo "deb http://ftp.de.debian.org/debian/ jessie main contrib non-free" > /etc/apt/sources.list # jessie-backports -echo "deb http://ftp.de.debian.org/debian jessie-backports main contrib non-free" >> /etc/apt/sources.list +#echo "deb http://ftp.de.debian.org/debian jessie-backports main contrib non-free" >> /etc/apt/sources.list -apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') +#apt update + +#apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') + +#apt install nvidia-xconfig +#apt install firmware-realtek # apt-get install -t jessie-backports linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') -apt-get update +#dpkg --add-architecture i386 -apt-get install -t jessie-backports nvidia-driver +#apt-get install -t jessie-backports nvidia-driver libgl1-nvidia-glx:i386 mkdir -p /media/hdd mkdir -p /home/simono41/Musik