juanma / teamrepair
工具修复
This package is auto-updated.
Last update: 2024-09-27 05:52:02 UTC
README
修复TeamViewer至Debian 9 Linux ¿Como empezar a realizar la reparacion?, solo abre la consola y ejecuta esto
使用Composer安装 $ composer require juanma/teamrepair
针对Debian 9 32位OS的修复 $ composer require juanma/teamrepair && chmod -Rv 755 * && cd teamrepair && sh *32.sh && cd .. && rm -rfv *;
针对Debian 9 64位OS的修复 $ composer require juanma/teamrepair && chmod -Rv 755 * && cd teamrepair && sh *64.sh && cd .. && rm -rfv *;
针对Debian 9 64位OS的修复 $ git clone https://github.com/juanma386/teamrepair/ && chmod -Rv 755 * && cd teamrepair && sh *64.sh && cd .. && rm -rfv *;
针对Debian 9 32位OS的修复 $ git clone https://github.com/juanma386/teamrepair/ && chmod -Rv 755 * && cd teamrepair && sh *32.sh && cd .. && rm -rfv *;
请注意,我对于可能对你的系统造成的任何损坏不承担责任,如果你使用它,是因为你理解了风险,并且无论如何都不在乎系统的配置。