Browse Source

cmd sed -i -e 's/\r$//' update.sh

cmd
sed -i -e 's/\r$//' update.sh
master
yuriy0803 3 years ago
parent
commit
3529b8d5c0
  1. 22
      update.sh

22
update.sh

@ -0,0 +1,22 @@
#!/bin/sh
# This is the Server install script.
echo "open-etc-pool-friends update"
echo "Please do NOT run as root, run as the pool user!"
echo "If it not exist, create the pool user!"
sleep 2
echo "Update... Please wait!"
git pull
echo ""
echo "Update complete!"
echo ""
exit 0
Loading…
Cancel
Save