From 19606ddaed8dfb4c211806a36ade03900574af44 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 13 Aug 2025 21:38:37 +0300 Subject: [PATCH] Add bash to shell list --- pkg.info | 3 +-- source-files/shells | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index a05513f..0061697 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,6 @@ name: filesystem description: The Tide Linux filesystem -version: 1.3 -revision: 4 +version: 25.08.13 architecture: any keep: ["etc/hosts","etc/hostname","etc/group","etc/passwd","etc/gshadow","etc/shadow","etc/nsswitch.conf","etc/shells"] type: source diff --git a/source-files/shells b/source-files/shells index c2cdaa0..b527742 100644 --- a/source-files/shells +++ b/source-files/shells @@ -1 +1,4 @@ /bin/sh +/bin/bash +/usr/bin/sh +/usr/bin/bash