File: install-script.sh

package info (click to toggle)
pentanet 2.3.1-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 1,124 kB
  • ctags: 2,082
  • sloc: ansic: 7,840; sh: 598; makefile: 251
file content (12 lines) | stat: -rwxr-xr-x 184 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

./configure
make

echo
echo
echo "You must have root password to install pentanet package systemwide dirs."
echo "(press start to continue)"
echo

su root -c "make install"