8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e813e56 commit 1fd2338Copy full SHA for 1fd2338
example/openvpn/need.sh
@@ -0,0 +1,5 @@
1
+for i in $(rpm -q gcc gcc-c++ openssl openssl-devel lzo lzo-devel pam pam-devel automake pkgconfig|grep 'not installed' | awk '{print $2}')
2
+do
3
+echo $i
4
+yum -y install $i;
5
+done
0 commit comments