fixed a silly typooooo

This commit is contained in:
2024-09-12 22:17:50 -06:00
parent f8365df8cf
commit f96f255f3e
+1 -2
View File
@@ -55,8 +55,7 @@ elif [ $1 = "install" ]; then
echo "Success: Installed"
fi
if ! [ -d "./secure-delete" ]; then
git clone https://github.com/BlackArch/secure-delete.git
if ! [ -f "./secure-delete/smem" ]; then
cd secure-delete
make
fi