зеркало из https://github.com/Azure/azurehpc.git
9 строки
161 B
Bash
9 строки
161 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
yum -y install epel-release
|
||
|
yum -y install git jq htop
|
||
|
|
||
|
# change access to resource so that temp jobs can be written there
|
||
|
chmod 777 /mnt/resource
|
||
|
|