Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 490 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 490 Bytes

sas94-sysprep-linux64

Shell Script to prepare a Linux 7.X (RHEL/Centos) server to deploy SAS 9.4 server deployment.

sudo yum install -y git

git clone https://github.com/tuxworld/sas94-sysprep-linux64 cd sas94-sysprep-linux7 chmod +x sas94-sysprep-linux7

#You will need to execute with sudo or with root user account as the script performs system configuration steps requiring you to be root such as create users.

sudo ./sas94-sysprep-linux7.sh or

sudo su ./sas94-sysprep-linux7.sh