Re: Update from v3.3.3.1 (stable) to v3.4.1 (beta)
Posted: Wednesday 01 April 2020 22:17
You can do it in the current folder as well...
custom.css and custom.js will be overwritten, so make a copy of those files first:
custom.css and custom.js will be overwritten, so make a copy of those files first:
Code: Select all
cp custom/custom.css custom/custom.css.bak
cp custom/custom.js custom/custom.js.bak
git fetch --all
git reset --hard origin/beta
mv custom/custom.css.bak custom/custom.css
mv custom/custom.js.bak custom/custom.js