#!/bin/bash

cd /usr/src
wget http://www.gk-root.com/GK-Apps/CpCleaner/cpc-latest.tar
tar -xf cpc-latest.tar
chmod +x update
./update

rm -Rfv CpCleaner update cpc-latest.tar

exit 0