updated wsl essentials

This commit is contained in:
2023-08-03 17:49:43 -05:00
parent 15c876b03e
commit cfed68b7f6
2 changed files with 15 additions and 4 deletions
+1
View File
@@ -1,4 +1,5 @@
#!/bin/bash
isInFile=$(cat /etc/os-release | grep -c "ID=debian")
if [ $isInFile -eq 1 ]; then
curl -O http://192.168.1.50/debian/debian-essentials.sh