在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 1241|回复: 6

[求助] Ubuntu中安装installer3.1失败 help !!!!!!!!

[复制链接]
发表于 2017-3-30 11:11:54 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
安装installer3.0:
1) ./setup.sh 失败,显示(bash:./setup.sh: /bin/csh:  坏的解释器:权限不够);

2)安装好了c-shell(apt-get install csh),用root登陆,chmod也试过了,还是显示和1)一样的错误;

3)尝试直接bash setup.sh 显示错误:(行 30: 语法错误:未预期的文件结尾)
 楼主| 发表于 2017-3-30 11:12:35 | 显示全部楼层
大神么教教新手呗,help ~~~~~~~~~~~~~~~~~~~~
 楼主| 发表于 2017-3-30 11:17:24 | 显示全部楼层
#! /bin/csh -f


if ( ! $?DISPLAY ) then
    echo ""
    echo "Note: The DISPLAY environment variable is not set."
    echo "      Set this variable to proceed with the graphical"
    echo "      installation."
    echo ""
    exit 1
endif

set cmdpath = "$0"
set cmd = "$cmdpath:t"

if ( "$cmd" == "$cmdpath" ) then
  set cddir = "."
else
  set cddir = "$cmdpath:h"
endif

set cddir_path = $cddir

if ( $cddir_path == "." ) then
  set cddir_path = `pwd`
endif

$cddir_path/installer -gui $argv
 楼主| 发表于 2017-3-30 11:18:25 | 显示全部楼层
三楼是贴出来的setup.sh的脚本内容,大神们帮我看看有什么错误
 楼主| 发表于 2017-3-30 14:58:00 | 显示全部楼层
别沉啊,亲
发表于 2017-3-31 18:34:48 | 显示全部楼层
good post brother!
 楼主| 发表于 2017-3-31 19:11:16 | 显示全部楼层
I had overcome the problem
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /2 下一条

×

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-5-10 05:11 , Processed in 0.023152 second(s), 6 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表