diff options
author | davidovski <david@davidovski.xyz> | 2022-01-17 22:43:31 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-17 22:43:31 +0000 |
commit | 319ca03a33f9ec728ea87349ebd627ba02aab56f (patch) | |
tree | f1e7ded7d541073203ad488dfea6ecddbd222f35 /repo/util/bash.xibuild | |
parent | 93efc21a715ecbc4f2a0c1325488369697c2ff8d (diff) |
added linux and system configs
Diffstat (limited to 'repo/util/bash.xibuild')
-rw-r--r-- | repo/util/bash.xibuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repo/util/bash.xibuild b/repo/util/bash.xibuild index 81fec13..0288b77 100644 --- a/repo/util/bash.xibuild +++ b/repo/util/bash.xibuild @@ -15,3 +15,6 @@ package () { ln $PKG_DEST/usr/bin/bash $PKG_DEST/usr/bin/sh } +postinstall () { + echo "/bin/bash" >> /etc/shells +} |