-
Notifications
You must be signed in to change notification settings - Fork 1
Home
pliplive edited this page Mar 31, 2021
·
3 revisions
mkdir -p kodwork && cd kodwork
wget https://static.kodcloud.com/update/download/kodbox.1.19.zip
unzip kodbox.1.19.zip -d kodbox.1.19
git clone https://github.com/pliplive/kodbox src
cd src
git config --local user.name "pliplive"
git config --local user.email "[email protected]"
rm -rf * && cp -ap ../kodbox.1.19/* .
git add * && git status
git commit -m "1.19" && git tag -a 1.19 -m "1.19"
git push origin master --tags