| layout | title | nav_order | permalink |
|---|---|---|---|
default |
Setup |
2 |
/setup |
{: .no_toc }
The following commands will help you to install custom-git on your terminal or update it when new releases come out. You can also uninstall custom-git if you feel like it's not for you. {: .fs-6 .fw-300 }
{: .no_toc .text-delta }
- TOC {:toc}
<iframe class="responsive-iframe" src="https://www.youtube.com/embed/StaPAVXnAm0?start=166&end=186&controls=0&modestbranding=1&autohide=1&rel=0&fs=1&iv_load_policy=3&widget_referrer=https://custom-git.io" title="gadd demo" frameborder="0" allow="clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
# with curl
bash -c "$(curl -fsSL https://custom-git.io/install)"# with wget
bash -c "$(wget -qO- https://custom-git.io/install)"# with curl
bash -c "$(curl -fsSL https://custom-git.io/update)"# with wget
bash -c "$(wget -qO- https://custom-git.io/update)"# with curl
bash -c "$(curl -fsSL https://custom-git.io/uninstall)"# with wget
bash -c "$(wget -qO- https://custom-git.io/uninstall)"