We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fd192d + 44deeee commit 87e3ebfCopy full SHA for 87e3ebf
1 file changed
scripts/install.sh
@@ -22,7 +22,7 @@ if ! PAGE=$(curl -s https://download.mooc.fi); then
22
fi
23
24
# Adding spaces so ${PAGE[@]} will work.
25
-PAGE=$(echo $PAGE | sed -r 's:</Contents><Contents>:</Contents> <Contents>:g')
+PAGE=$(echo $PAGE | sed -E 's:</Contents><Contents>:</Contents> <Contents>:g')
26
27
fileprefx=""
28
if [[ "$os" == "Darwin" ]] || [[ "$os" == "mac" ]]; then
0 commit comments