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" echo "Success: Installed"
fi fi
if ! [ -d "./secure-delete" ]; then if ! [ -f "./secure-delete/smem" ]; then
git clone https://github.com/BlackArch/secure-delete.git
cd secure-delete cd secure-delete
make make
fi fi