Toolkit설치하는데 자꾸 에러가 뜨네요

GPU를 제어하려고 CUDA라는 툴킷을 설치하려고 하는데 자꾸 에러가 납니다.
스크립트인 것 같은데 해결방법이 없네요.

에러 내용은
./cudatoolkit_2.2_linux_32_ubuntu8.10.run: 1: Syntax error: redirection unexpected
이구요. 문제가 되는 첫번째 줄을 지워버리니까

: not foundit_2.3_linux_32_ubuntu8.10.run: 1:
./cudatoolkit_2.3_linux_32_ubuntu8.10.run: 2: //location: not found
./cudatoolkit_2.3_linux_32_ubuntu8.10.run: 3: var: not found
: not foundit_2.3_linux_32_ubuntu8.10.run: 3:
: not foundit_2.3_linux_32_ubuntu8.10.run: 4:
./cudatoolkit_2.3_linux_32_ubuntu8.10.run: 5: var: not found
: not foundit_2.3_linux_32_ubuntu8.10.run: 5:
./cudatoolkit_2.3_linux_32_ubuntu8.10.run: 6: var: not found
: not foundit_2.3_linux_32_ubuntu8.10.run: 6:
./cudatoolkit_2.3_linux_32_ubuntu8.10.run: 7: Syntax error: "(" unexpected

이런 에러가 뜹니다.

스크립트는 무지 길어서 앞부분만 올려드립니다.
해결이 안되는지요

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;&lt;html xmlns="http://www.w3.org/1999/xhtml&quot; xml:lang="en"><head><title>Thank You</title><meta name="robots" content="noodp"><meta xmlns="" name="keywords" content="Thank You"><META NAME="Description" CONTENT="Thank You"><meta xmlns="http://www.w3.org/1999/xhtml&quot; content="2;url=http://developer.download.nvidia.com/compute/cuda/2_2/toolkit/cudatoolkit_2.2_linux_32_ubuntu8.10.run&quot; http-equiv="refresh"/><meta content="2;url=http://developer.download.nvidia.com/compute/cuda/2_2/toolkit/cudatoolkit_2.2_linux_32_ubuntu8.10.run&quot; http-equiv="refresh"/><link rel="alternate" type="application/rss+xml" href="Page Not Found | NVIDIA; title="NVIDIA Podcast"><link rel="alternate" type="application/rss+xml" href="http://www.nvidia.com/object/rss_nvidia_pressroom&quot; title="NVIDIA Press Room"><link rel="alternate" type="application/rss+xml" href="http://www.nvidia.com/object/rss_success_stories&quot; title="NVIDIA Success Stories"><script xmlns="" type="text/javascript">^M
^M
//location of the .net application - DO NOT EDIT^M
var rssASPXReader = "/rssreader/nvidia_rss.aspx";^M
^M
var rssReader_rssFeed;^M
var rssReader_rssItems;^M
//var rssReader_moz = ((typeof(document.implementation) != ‘undefined’) <xsl:text disable-output-escaping="yes">&amp;&amp;</xsl:text> (typeof(document.implementation.createDocument) != ‘undefined’));^M
var rssReader_moz = ((typeof(document.implementation) != ‘undefined’) && (typeof(document.implementation.createDocument) != ‘undefined’));^M
^M
var rssReader_ie = (typeof(window.ActiveXObject) != ‘undefined’);^M
var rssReader_isFeedLoaded = false;^M
var rssReader_rssTitle = "";^M
var rssReader_xml = "";^M
var rssReader_xmlHttp;^M
var rssReader_titleClassName = "";^M
var rssReader_descriptionClassName = "";^M
var rssReader_numberOfAttempts = 0;^M
var rssReader_numberOfItemsToShow;^M
var rssReader_mode = 2;^M
var rssReader_containerID = "";^M
var rssReader_showDescription = true;^M
var rssReader_showDate = false;^M
^M
//Use this for ‘GET’^M
function rssReader_Init(feedURL, numberOfItemsToShow, titleClassName, descriptionClassName, containerID, showDescription, showDate)^M
{^M
rssReader_numberOfItemsToShow = numberOfItemsToShow;^M
rssReader_titleClassName = titleClassName;^M
rssReader_descriptionClassName = descriptionClassName;^M
rssReader_containerID = containerID;^M
^M

sudo sh ./cudatoolkit_2.2_linux_32_ubuntu8.10.run 해야 하는건 아닌지요 ?

네 그렇게 한 결과가 이거거든요.
스크립트 소스는 문제가 없나요?

파일을 수정 저장 하면 안됩니다.
nvidia 가 제공하는 run 파일은 앞부분 볼때는 텍스트 같으나 텍스트 끝나고 부터 사실 바이너리 파일이기 때문 입니다.
9.04 용을 http://www.nvidia.com/object/cuda_get.html 에서 다운 받아
sudo sh ./cudatoolkit_2.3_linux_32_ubuntu9.04.run
명령어로 그냥 설치 끝났습니다.
다시 잘 해보시기 바랍니다.
[attachment=0:2d8b4jyg]screenshot1.png[/attachment:2d8b4jyg]

현재 사용 하는 버전이 8.10 인가요 32비트이고 ?

집에서 교수님 방 컴퓨터를 ssh로 제어하는데
교수님께서 64bit라고 하네요.
전 당연히 32bit라고 생각해서^^
제가 다른 버전을 설치하려 했군요.
집에서 다시 시도해보고 결과 올리겠습니다.
강분도님 감사합니다.^^

내참 어이가 없네요.
제가 다운로드 받은 파일은 HTML파일이군요.
wget으로 파일을 다운로드 받다보니 경로를 넣어주었는데
그렇게 다운로드 받으면 HTML파일이 다운로드가 됩니다. 정식 파일이 아니라^^
지금 다시 시도하고 있습니다.
될것 같네요^^ 감사합니다.