mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
Amazon does not permit that a user logs in as root directly. Instead they insist on using sudo. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 lines
76 B
Bash
5 lines
76 B
Bash
#!/bin/bash
|
|
|
|
# Runs setup and tries to gain root privileges
|
|
exec sudo setup
|