6 lines
108 B
Bash
Executable File
6 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
|
|
apk add bash bash-doc bash-completion
|
|
|
|
sed -i 's/root:\/bin\/ash/root:\/bin\/bash/g' /etc/passwd
|