This commit is contained in:
2019-04-17 20:00:50 +02:00
parent 9459fda018
commit 0972cce227
+8 -1
View File
@@ -1,7 +1,14 @@
#!/bin/sh
echo -e '
_ _
| |__ __ _ __| |_
| `_ \/ _` (_-< ` \
|_.__/\__,_/__/_||_|
'
apk add bash bash-doc bash-completion
sed -i 's/root:\/bin\/ash/root:\/bin\/bash/g' /etc/passwd
exec bash
exec bash && . install.sh