diff options
| -rwxr-xr-x | dataset_downloader.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dataset_downloader.sh b/dataset_downloader.sh index f792b06..4ed5c2a 100755 --- a/dataset_downloader.sh +++ b/dataset_downloader.sh @@ -1,3 +1,2 @@ echo "Downloading Dataset" -wget https://github.com/luciferreeves/Network-Intrusion-Detection/releases/download/dataset/2020.10.01.csv -q --show-progress -echo "Done" +wget https://github.com/luciferreeves/Network-Intrusion-Detection/releases/download/dataset/2020.10.01.csv -q --show-progress || echo "\nWget not found!!! Please Install wget to run this script. \n\nWget GNU Page: https://www.gnu.org/software/wget/ \nWget for Windows: http://gnuwin32.sourceforge.net/packages/wget.htm" |
