]> ### 2022-05-06 - Initial release - ox 0.2.7 file=$(/usr/bin/ls /boot/config/plugins/&name;/&name;*.txz | grep -v '&version;') if [ ! -z "$file" ] then filename=$(basename -- $file) previous="${filename%.*}" echo "previous version ${previous} found - uninstalling" removepkg $previous rm -f $file else echo "no previous version found - first time install" fi &releaseURL; &md5; **ox** Ox is a code editor that runs in your terminal. For more information see the [ox repository](https://github.com/curlpipe/ox). echo "*** Removing ox ***" # Remove plugin related files removepkg &name;-&version; rm -rf &emhttp; rm -rf &plugin; echo echo "*** Successfully removed ox ***"