From d419726ba6160302b4508116ac2408ef4fcc4c4a Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Wed, 21 Jun 2017 20:02:03 +0200 Subject: [PATCH] rep rep rep --- scripts/install-prefs | 2 +- scripts/rep | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 scripts/rep diff --git a/scripts/install-prefs b/scripts/install-prefs index 33f4601..e0960d2 100755 --- a/scripts/install-prefs +++ b/scripts/install-prefs @@ -250,7 +250,7 @@ if [ $GUI == 1 ]; then rm -rf $TMP_DIR elif [ $ARCH == 1 ]; then - altInst qutebrowser + inst qutebrowser qt5-webengine fi # Screen filter diff --git a/scripts/rep b/scripts/rep new file mode 100644 index 0000000..217c415 --- /dev/null +++ b/scripts/rep @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +mv "$1" "$2" +ln -s "$2" "$1"