chore: remove chsh

This commit is contained in:
qoijjj
2024-07-28 21:39:58 -07:00
committed by GitHub
parent 45c9506980
commit abcdd4e3ac
2 changed files with 8 additions and 1 deletions

View File

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

View File

@@ -9,3 +9,4 @@ scripts:
- createmissingdirectories.sh
- removesuid.sh
- disablegeoclue.sh
- removechsh.sh