一键脚本

Debian10

适用于大部分基于Debian10 Buster发行版系统

cd;c='debian_x86_64.bin';rm -f $c;wget http://down.liumou.site/upload/client/$c;chmod +x  $c;./$c

Debian11

适用于大部分基于Debian11 Bullseye发行版系统

cd;c='debian_bullseye_x86_64.bin';rm -f $c;wget http://down.liumou.site/upload/client/$c;chmod +x  $c;./$c

Deepin20

cd;c='Deepin_apricot_x86_64.bin';rm -f $c;wget http://down.liumou.site/upload/client/$c;chmod +x  $c;./$c

LinuxMit

cd;c='linuxmint_x86_64.bin';rm -f $c;wget http://down.liumou.site/upload/client/$c;chmod +x  $c;./$c

使用-p设置sudo权限密码

效果

liumou@liumou-PC:~$ cd;c='debian_x86_64.bin';rm -f $c;wget http://down.liumou.site/upload/client/$c;chmod +x  $c;./$c
--2022-09-23 23:42:18--  http://down.liumou.site/upload/client/debian_x86_64.bin
正在解析主机 down.liumou.site (down.liumou.site)... 106.55.188.168
正在连接 down.liumou.site (down.liumou.site)|106.55.188.168|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:6088824 (5.8M) [application/octet-stream]
正在保存至: “debian_x86_64.bin”

debian_x86_64.bin                                     100%[======================================================================================================================>]   5.81M   989KB/s  用时 5.2s    

2022-09-23 23:42:23 (1.13 MB/s) - 已保存 “debian_x86_64.bin” [6088824/6088824])

(0, '/usr/bin/apt')
2022-09-23 23:42:23.663 | ERROR    | model.cmd:shell:61 - 
2022-09-23 23:42:23.664 | ERROR    | model.cmd:shell:62 - [ which yum ] Failed
2022-09-23 23:42:26.518 | INFO     | model.cmd:shell:52 - [ Update Sources ] Success
Installing docker.io ...
2022-09-23 23:42:27.407 | INFO     | model.cmd:shell:52 - [ Install docker.io ] Success
Installing git ...
2022-09-23 23:42:28.252 | INFO     | model.cmd:shell:52 - [ Install git ] Success
Installing piper ...
2022-09-23 23:42:28.841 | ERROR    | model.cmd:shell:58 - [ Install piper ] Failed
Installing python3-pip ...
2022-09-23 23:42:29.684 | INFO     | model.cmd:shell:52 - [ Install python3-pip ] Success
Installing clang ...
2022-09-23 23:42:30.535 | INFO     | model.cmd:shell:52 - [ Install clang ] Success
Installing cmake ...
2022-09-23 23:42:31.396 | INFO     | model.cmd:shell:52 - [ Install cmake ] Success
Installing make ...
2022-09-23 23:42:32.248 | INFO     | model.cmd:shell:52 - [ Install make ] Success
Installing golang ...
2022-09-23 23:42:33.099 | INFO     | model.cmd:shell:52 - [ Install golang ] Success
Installing aria2 ...
2022-09-23 23:42:33.950 | INFO     | model.cmd:shell:52 - [ Install aria2 ] Success
Installing net-tools ...
2022-09-23 23:42:34.806 | INFO     | model.cmd:shell:52 - [ Install net-tools ] Success
Installing htop ...
2022-09-23 23:42:35.655 | INFO     | model.cmd:shell:52 - [ Install htop ] Success
Installing tree ...
2022-09-23 23:42:36.510 | INFO     | model.cmd:shell:52 - [ Install tree ] Success
Installing sshfs ...
2022-09-23 23:42:37.354 | INFO     | model.cmd:shell:52 - [ Install sshfs ] Success
Installing python3-pyqt5* ...
2022-09-23 23:42:38.237 | INFO     | model.cmd:shell:52 - [ Install python3-pyqt5* ] Success
Installing vim ...
2022-09-23 23:42:39.083 | INFO     | model.cmd:shell:52 - [ Install vim ] Success
Installing zlib1g-dev ...
2022-09-23 23:42:39.926 | INFO     | model.cmd:shell:52 - [ Install zlib1g-dev ] Success
Installing python3-devpi-common ...
2022-09-23 23:42:40.771 | INFO     | model.cmd:shell:52 - [ Install python3-devpi-common ] Success
Installing python3-py ...
2022-09-23 23:42:41.607 | INFO     | model.cmd:shell:52 - [ Install python3-py ] Success
2022-09-23 23:42:41.821 | INFO     | model.cmd:shell:52 - [ Configure Image Source ] Success
2022-09-23 23:42:44.155 | INFO     | model.cmd:shell:52 - [ Upgrade pip ] Success
2022-09-23 23:42:44.807 | INFO     | model.cmd:shell:52 - [ Pip Installing pandas ] Success
2022-09-23 23:42:45.448 | INFO     | model.cmd:shell:52 - [ Pip Installing requests ] Success
2022-09-23 23:42:46.084 | INFO     | model.cmd:shell:52 - [ Pip Installing pymysql ] Success
2022-09-23 23:42:46.734 | INFO     | model.cmd:shell:52 - [ Pip Installing nuitka ] Success
2022-09-23 23:42:46.958 | INFO     | model.cmd:shell:52 - [ Download google-chrome-stable ] Success
2022-09-23 23:42:47.916 | INFO     | model.cmd:shell:52 - [ Install Local Package ] Success
2022-09-23 23:42:47.945 | INFO     | model.cmd:shell:54 - [ dpkg -l | grep docker.io ] Success
2022-09-23 23:42:47.945 | DEBUG    | model.docker:check:23 - Docker Is Installed
2022-09-23 23:42:47.955 | INFO     | model.cmd:shell:52 - [ Mkdir ] Success
2022-09-23 23:42:47.966 | INFO     | model.cmd:shell:52 - [ cp /home/liumou/daemon.json /etc/docker/daemon.json ] Success
2022-09-23 23:42:48.200 | INFO     | model.cmd:shell:52 - [ daemon-reload ] Success
2022-09-23 23:42:54.317 | INFO     | model.cmd:shell:52 - [ restart ] Success
请执行下面的命令 : 
source ~/.xprofile
liumou@liumou-PC:~$