Jonas: **configuration b)**
This commit is contained in:
parent
2144b93e56
commit
887b5bb6c0
File diff suppressed because one or more lines are too long
@ -45,6 +45,9 @@ D1_ZIP=${D1_URL##*/}
|
||||
D2_URL=https://raw.githubusercontent.com/GeorgeMcIntire/fake_real_news_dataset/master/fake_or_real_news.csv.zip
|
||||
D2_ZIP=${D2_URL##*/}
|
||||
|
||||
P3_URL=https://raw.githubusercontent.com/SmartDataAnalytics/MA-INF-4222-NLP-Lab/master/2018_SoSe/exercises/script_dataset3.py
|
||||
P3_SCRIPT=${P3_URL##*/}
|
||||
|
||||
set_action "checking whether unzip is installed"
|
||||
# testing for unzip:
|
||||
perform_and_exit unzip -v
|
||||
@ -72,3 +75,12 @@ then
|
||||
fi
|
||||
|
||||
confirm_action
|
||||
|
||||
set_action "downloading Helper script: $P3_SCRIPT"
|
||||
|
||||
if [ ! -e $P3_SCRIPT ];
|
||||
then
|
||||
perform_and_exit curl $P3_URL --output ./$P3_SCRIPT
|
||||
fi
|
||||
|
||||
confirm_action
|
||||
|
Loading…
Reference in New Issue
Block a user