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

@@ -8,4 +8,5 @@ scripts:
- httpsmirrors.sh - httpsmirrors.sh
- createmissingdirectories.sh - createmissingdirectories.sh
- removesuid.sh - removesuid.sh
- disablegeoclue.sh - disablegeoclue.sh
- removechsh.sh