diff --git a/install.sh b/install.sh deleted file mode 100644 index 12d0b15..0000000 --- a/install.sh +++ /dev/null @@ -1,16 +0,0 @@ -if [ $(id -u) -ne 0 ] - then echo "Please run as root" - exit -fi -if [ -z $(which gcc) ] - then echo "Please install gcc first" - exit -fi -echo "Compiling ropipe" -gcc -o ropipe ropipe.c -mkdir -p /usr/local/share/man/man1/ -echo "Copying man file" -cp ropipe.1 /usr/local/share/man/man1/ropipe.1 -echo "Installing binary" -cp ropipe /usr/bin/ropipe -echo "Done" \ No newline at end of file