Skip to content

Commit

Permalink
Update ptsupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Dec 1, 2019
1 parent 8833190 commit 3a7b3c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions menu/alias/templates/ptsupdate
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
# URL: https://pgblitz.com - http://github.pgblitz.com
# GNU: General Public License v3.0
################################################################################
rm -rf /opt/ptsupdate 1>/dev/null 2>&1
mkdir -p /opt/ptsupdate 1>/dev/null 2>&1
git clone --single-branch https://github.com/PTS-Team/PTS-Update.git /opt/ptsupdate 1>/dev/null 2>&1
chown -cR 100:1000 /opt/ptsupdate 1>/dev/null 2>&1
chmod -cR 775 /opt/ptsupdate 1>/dev/null 2>&1

source /opt/ptsupdate/update.sh

base
Expand Down

0 comments on commit 3a7b3c5

Please sign in to comment.