This website requires JavaScript.
Explore
Help
Register
Sign In
Mal
/
pumpkin
Watch
1
Star
0
Fork
You've already forked pumpkin
0
Code
Issues
1
Pull Requests
Releases
Wiki
Activity
cba3dd96d6
pumpkin
/
installer
10 lines
90 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
./configure
if
[
$?
=
=
0
]
then
echo
"Installing..."
sudo make install
fi
Reference in New Issue
View Git Blame
Copy Permalink