Bachir Soussi Chiadmi 5 years ago
parent
commit
0972cce227
1 changed files with 8 additions and 1 deletions
  1. 8 1
      bin/bash.sh

+ 8 - 1
bin/bash.sh

@@ -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