|
@ -25,10 +25,13 @@ Any feedback would be appreciated. [contact@artcode.re](mailto:contact@artcode.r |
|
|
`cd /opt/miaou-bash && sudo ./uninstall.sh` |
|
|
`cd /opt/miaou-bash && sudo ./uninstall.sh` |
|
|
|
|
|
|
|
|
## development mode (credentials required) |
|
|
## development mode (credentials required) |
|
|
|
|
|
|
|
|
* git clone git@artcode.re:miaou/miaou-bash.git -C ~/DEV/BASH |
|
|
|
|
|
* sudo ln -s $HOME/DEV/BASH/miaou-bash /opt/miaou-bash |
|
|
|
|
|
* sudo /opt/miaou-bash/install.sh --host |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* REAL_DIR=/opt/miaou-bash |
|
|
|
|
|
* sudo mkdir -m 755 $REAL_DIR && sudo chown $(id -un) $REAL_DIR |
|
|
|
|
|
* git clone git@artcode.re:miaou/miaou-bash.git $REAL_DIR |
|
|
|
|
|
* DEV_DIR=$HOME/DEV/BASH/miaou-bash # change DEST according to your needs! |
|
|
|
|
|
* ln -s $REAL_DIR $DEV_DIR |
|
|
|
|
|
* cd $REAL_DIR && sudo ./install.sh |
|
|
|
|
|
|
|
|
## useful library |
|
|
## useful library |
|
|
|
|
|
|
|
|