From abcdd4e3ac37a67de324348caa99aa633b6b5829 Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Sun, 28 Jul 2024 21:39:58 -0700 Subject: [PATCH] chore: remove chsh --- files/scripts/removechsh.sh | 6 ++++++ recipes/common/common-scripts.yml | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 files/scripts/removechsh.sh diff --git a/files/scripts/removechsh.sh b/files/scripts/removechsh.sh new file mode 100644 index 0000000..4d691cf --- /dev/null +++ b/files/scripts/removechsh.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +# Tell build process to exit if there are any errors. +set -oue pipefail + +rm /usr/bin/chsh \ No newline at end of file diff --git a/recipes/common/common-scripts.yml b/recipes/common/common-scripts.yml index 4d00b11..8a49245 100644 --- a/recipes/common/common-scripts.yml +++ b/recipes/common/common-scripts.yml @@ -8,4 +8,5 @@ scripts: - httpsmirrors.sh - createmissingdirectories.sh - removesuid.sh - - disablegeoclue.sh \ No newline at end of file + - disablegeoclue.sh + - removechsh.sh \ No newline at end of file