summaryrefslogtreecommitdiffstats
path: root/pts/distro-scripts/install-opensolaris-packages.sh
blob: b6514d09db96b62ef387c574c0c6394844126d4c (plain)
1
2
3
4
5
6
#!/bin/sh

# OpenSolaris IPS Installer

echo "Please enter your root password below:" 1>&2
su root -c "pkg install $*"