From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 8 Apr 2019 00:53:10 +0000 (+0200)
Subject: Fix prev commit.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/static/%7B%7Bprefix%7D%7D/add_task?a=commitdiff_plain;h=8368e48adc8c46e468e7d086a4024c527c8ed5e1;p=config

Fix prev commit.
---

diff --git a/buster/setup_scripts/setup_eeepc.sh b/buster/setup_scripts/setup_eeepc.sh
index ef378f0..4d1572c 100755
--- a/buster/setup_scripts/setup_eeepc.sh
+++ b/buster/setup_scripts/setup_eeepc.sh
@@ -29,6 +29,7 @@ update-alternatives --set x-www-browser /opt/firefox/firefox
 # Install Firefox plugins.
 # See <https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Distribution_options/Sideloading_add-ons>
 extensions_dir="/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/"
+mkdir -p "${extensions_dir}"
 noscript_xpi="noscript-10.6.xpi"
 url_noscript="https://secure.informaction.com/download/releases/${noscript_xpi}"
 wget "${url_noscript}"