migration of open-etc-friends-pool for use with Etica/EGAZ
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
288 B

#!/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