2 Star 0 Fork 0

爱玲 / seeker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
arch_install.sh 500 Bytes
一键复制 编辑 原始数据 按行查看 历史
echo '[!] Updating...'
pacman -Sy > install.log
echo
echo '[!] Installing Dependencies...'
echo ' Python3'
yes | pacman -S python3 python-pip --needed &>> install.log
echo ' PHP'
yes | pacman -S php --needed &>> install.log
echo ' ssh'
yes | pacman -S openssh --needed &>> install.log
echo ' Requests'
pip3 install requests &>> install.log
echo
echo '[!] Setting Permissions...'
chmod 777 template/nearyou/php/info.txt
chmod 777 template/nearyou/php/result.txt
echo
echo '[!] Installed.'
1
https://gitee.com/xiaoshen2017/seeker.git
git@gitee.com:xiaoshen2017/seeker.git
xiaoshen2017
seeker
seeker
master

搜索帮助