Remove URLs from ReadMe
This commit is contained in:
@@ -11,14 +11,11 @@ The folder holding the script must be owned by *root* and have *600* permissions
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd /root/
|
cd /root/
|
||||||
git clone http://gitlab-ap.factory.tools/scripts-collections/aws-user-create.git users
|
git clone <UrlToGitRepository> users
|
||||||
chown root. users
|
chown root. users
|
||||||
chgrp 600 users
|
chgrp 600 users
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternate download:
|
|
||||||
`git clone https://git.tequila.jp/ScriptsCollections/AwsUserCreate.git users`
|
|
||||||
|
|
||||||
## Folders
|
## Folders
|
||||||
|
|
||||||
Inside the base folder there are
|
Inside the base folder there are
|
||||||
|
|||||||
Reference in New Issue
Block a user