What’s the best way to keep script up-to-date? #4
Answered
by
KBlixt
mikey32230
asked this question in
Q&A
-
Just curious, what the best way to keep this script up-to-date with any changes you make, as you make them? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
KBlixt
Dec 30, 2021
Replies: 1 comment 2 replies
-
you could set up a cron job that pull the latest every day or look into some auto update with git script. don't have to much experience with that though so i don't know. :) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mikey32230
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you could set up a cron job that pull the latest every day or look into some auto update with git script. don't have to much experience with that though so i don't know. :)