代码拉取完成,页面将自动刷新
#!/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
echo "+============================================================+"
echo "| ShareList Netinstaller |"
echo "| |"
echo "| <reruin@gmail.com> |"
echo "|------------------------------------------------------------|"
echo "| https://reruin.net |"
echo "+============================================================+"
echo ""
echo -e "\n| ShareList is installing ... "
# deps
if [ -n "$(command -v apt-get)" ]
then
apt-get install -y curl wget unzip >/dev/null 2>&1
curl -sL https://deb.nodesource.com/setup_8.x | bash - >/dev/null 2>&1
apt-get install -y nodejs >/dev/null 2>&1
elif [ -n "$(command -v yum)" ]
then
yum install -y curl wget unzip >/dev/null 2>&1
curl --silent --location https://rpm.nodesource.com/setup_8.x | bash - >/dev/null 2>&1
yum install -y nodejs >/dev/null 2>&1
fi
echo -e "|\n| Download ShareList Package ... "
wget -O sharelist-master.zip https://github.com/reruin/sharelist/archive/master.zip >/dev/null 2>&1
unzip -q -o sharelist-master.zip -d ./
mv sharelist-master sharelist
rm -f sharelist-master.zip
cd sharelist
echo -e "|\n| Install Dependents ... "
npm install >/dev/null 2>&1
npm install pm2 -g >/dev/null 2>&1
pm2 start app.js --name sharelist --env prod >/dev/null 2>&1
pm2 save >/dev/null 2>&1
pm2 startup >/dev/null 2>&1
echo -e "|\n| Success: ShareList has been installed\n"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。