This website requires JavaScript.
Explore
Help
Sign In
ChromaGaming
/
PluginConfigs
Watch
1
Star
0
Fork
You've already forked PluginConfigs
0
Code
Issues
8
Pull requests
4
Projects
Releases
10
Packages
Wiki
Activity
a8cf90763c
PluginConfigs
/
download.sh
4 lines
65 B
Bash
Raw
Normal View
History
Unescape
Escape
Upload/download scripts+gitignore Made it ignore everything and force adding the needed files. This way it won't list a bunch of untracked files on each update. Also removing all files in subfolders from the repo (before the new versions get added) so that if a config or a plugin(!) is removed it will remove it from the repo.
2018-05-16 16:32:41 +00:00
#!/bin/bash
Download script update
2018-10-26 16:56:04 +00:00
git pull --rebase 2>/dev/null
||
git pull --ff-only
Upload/download scripts+gitignore Made it ignore everything and force adding the needed files. This way it won't list a bunch of untracked files on each update. Also removing all files in subfolders from the repo (before the new versions get added) so that if a config or a plugin(!) is removed it will remove it from the repo.
2018-05-16 16:32:41 +00:00
Reference in a new issue
Copy permalink