From 319ca03a33f9ec728ea87349ebd627ba02aab56f Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 17 Jan 2022 22:43:31 +0000 Subject: added linux and system configs --- repo/util/bash.xibuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'repo/util') 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 +} -- cgit v1.2.1