全球主机交流论坛

标题: 求助!debian一键包报错 [打印本页]

作者: 遛狗    时间: 2024-2-23 11:38
标题: 求助!debian一键包报错
教程一键包:

bash <(wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh) <username> <password> <Cache Size(unit:MiB)>

我用的debian11,按上面要求改成:

bash <(wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh) <123> <123> <1024MiB>

然后就 :

-bash: syntax error near unexpected token `<'

这个怎么搞啊?我菜鸡一个,就只会一键包,度娘和谷哥都搜了一遍也没找到解决方案。。。。

求大佬指点,谢谢!
作者: 似毛非毛    时间: 2024-2-23 11:40
><去掉试试
作者: 别人笑我太疯癫    时间: 2024-2-23 11:41
楼上都说完了。
作者: 遛狗    时间: 2024-2-23 11:44
似毛非毛 发表于 2024-2-23 11:40
>

去了以后

-bash: syntax error near unexpected token `wget'

我又大胆的把()去了,然后

/usr/bin/wget: /usr/bin/wget: cannot execute binary file

作者: 遛狗    时间: 2024-2-23 11:48
我又直接 wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh

好像直接打印.sh内容,也没有下文件。。。。。ls,也没有新文件。。。。我是装了个假的debian吗?以前都是用的centos,debian一脸懵逼。。。

wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh
#!/bin/sh

tput sgr0; clear

## Load text color settings
source <(wget -qO- https://raw.githubusercontent.com/jerry048/Seedbox-Components/main/Miscellaneous/tput.sh)

## Allow user to decide whether they would like to install a component or not
function Decision {
        while true; do
......
作者: aba    时间: 2024-2-23 11:48
bash <(wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh) 123 123 1024
作者: 遛狗    时间: 2024-2-23 11:51
aba 发表于 2024-2-23 11:48
bash

666 搞定了,感谢大佬!!!




欢迎光临 全球主机交流论坛 (https://52.ht/) Powered by Discuz! X3.4