fix
This commit is contained in:
+8
-1
@@ -1,7 +1,14 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo -e '
|
||||||
|
_ _
|
||||||
|
| |__ __ _ __| |_
|
||||||
|
| `_ \/ _` (_-< ` \
|
||||||
|
|_.__/\__,_/__/_||_|
|
||||||
|
'
|
||||||
|
|
||||||
apk add bash bash-doc bash-completion
|
apk add bash bash-doc bash-completion
|
||||||
|
|
||||||
sed -i 's/root:\/bin\/ash/root:\/bin\/bash/g' /etc/passwd
|
sed -i 's/root:\/bin\/ash/root:\/bin\/bash/g' /etc/passwd
|
||||||
|
|
||||||
exec bash
|
exec bash && . install.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user