So what I see is this
cd /var/www/minera/minera-bin/src
mkdir -p git/vthoang; cd git/vthoang
git clone
https://github.com/vthoang/cgminer.gitcd cgminer
CFLAGS="-O2" ./autogen.sh --enable-gekko
make -j 2
cp cgminer /var/www/minera/minera-bin/custom/cgminer-vthoang
cd /var/www/minera/minera-bin/custom
Which is what I used initially BUT SOMEONE SAID TO ADD this line of code
cp cgminer /var/www/minera/minera-bin/custom/cgminer-gekko
But where does this last line of code go when I enter it into the terminal in miner it says no is there a special way to enter it?