Useless now
This commit is contained in:
parent
02dfd47558
commit
610a1222ed
16
install.sh
16
install.sh
|
@ -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"
|
Loading…
Reference in New Issue
Block a user