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

# Mandriva package installation

echo "Please enter your root password below:" 1>&2
su root -c "yast -i $*"
exit