mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
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
|