mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-05 03:31:54 +00:00
417131fa36
Co-authored-by: Sergio <sergio@prowler.com> Co-authored-by: Sergio Garcia <38561120+sergargar@users.noreply.github.com>
9 lines
90 B
Bash
9 lines
90 B
Bash
#!/bin/bash
|
|
|
|
sudo bash
|
|
adduser prowler
|
|
su prowler
|
|
pip install prowler
|
|
cd /tmp
|
|
prowler aws
|