From 2050e8cdbfe238e6c6235747498bb21804a1eb45 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 28 Sep 2017 15:42:13 -0300 Subject: Fix chromium profile path at desktop-basic provisioner --- share/provision/desktop-basic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/provision/desktop-basic b/share/provision/desktop-basic index 1c58836..daf5a67 100755 --- a/share/provision/desktop-basic +++ b/share/provision/desktop-basic @@ -77,5 +77,5 @@ fi # Chromium configuration if [ ! -d ".config/chromium" ]; then - tar xvf $DIRNAME/files/desktop-basic/mozilla/chromium.tar.bz2 + tar xvf $DIRNAME/files/desktop-basic/chromium/chromium.tar.bz2 fi -- cgit v1.2.3