4 lines
83 B
Bash
4 lines
83 B
Bash
#!bin/bash
|
|
cp cctine /usr/bin/
|
|
chmod +x /usr/bin/cctine
|
|
echo "Installation finish"
|