cctine/install.sh
2016-09-05 12:38:01 +02:00

4 lines
83 B
Bash

#!bin/bash
cp cctine /usr/bin/
chmod +x /usr/bin/cctine
echo "Installation finish"