This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## Create RPM package Samba4 4.11.5 (CentOS 7) | |
## http://sig9.hatenablog.com/entry/2017/12/04/000000 | |
## Run as root (sudo su) | |
VERSION=4.11.5 | |
yum -y install epel-release | |
yum update -y | |
yum -y install gcc python3-devel curl rpm-build ruby ruby-devel rubygems ruby-libs make |