From 610a1222ed2b71561457735834cef8107ed8a126 Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Mon, 11 Oct 2021 11:25:17 +0200 Subject: [PATCH] Useless now --- install.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 install.sh 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