mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
commit
92a34cf913
@ -50,9 +50,9 @@ Download the latest release from [GitHub](https://github.com/vmstan/gravity-sync
|
||||
|
||||
```
|
||||
cd ~
|
||||
wget https://github.com/vmstan/gravity-sync/archive/v1.4.1.zip
|
||||
unzip v1.4.1.zip
|
||||
mv ~/gravity-sync-1.4.1 ~/gravity-sync
|
||||
wget https://github.com/vmstan/gravity-sync/archive/v1.4.2.zip
|
||||
unzip v1.4.2.zip
|
||||
mv ~/gravity-sync-1.4.2 ~/gravity-sync
|
||||
cd gravity-sync
|
||||
```
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# GRAVITY SYNC BY VMSTAN #####################
|
||||
PROGRAM='Gravity Sync'
|
||||
VERSION='1.4.1'
|
||||
VERSION='1.4.2'
|
||||
|
||||
# Execute from the home folder of the user who own's it (ex: 'cd ~/gravity-sync')
|
||||
# For documentation or download updates visit https://github.com/vmstan/gravity-sync
|
||||
@ -71,13 +71,14 @@ function import_gs {
|
||||
MESSAGE="Using ${REMOTE_USER}@${REMOTE_HOST}"
|
||||
echo -e "${INFO} ${MESSAGE}"
|
||||
else
|
||||
|
||||
echo -e "\r${FAIL} ${MESSAGE}"
|
||||
|
||||
MESSAGE="${CONFIG_FILE} Missing"
|
||||
echo -e "${INFO} ${MESSAGE}"
|
||||
|
||||
exit_nochange
|
||||
TASKTYPE='CONFIG'
|
||||
config_generate
|
||||
# echo -e "Please run ${YELLOW}$#${NC} again."
|
||||
fi
|
||||
}
|
||||
|
||||
@ -91,7 +92,6 @@ function update_gs {
|
||||
echo -e "${INFO} ${MESSAGE}"
|
||||
git reset --hard
|
||||
git pull
|
||||
|
||||
exit
|
||||
}
|
||||
|
||||
@ -105,7 +105,6 @@ function beta_gs {
|
||||
git reset --hard
|
||||
git pull
|
||||
git checkout origin/development
|
||||
|
||||
exit
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user