rep rep rep
This commit is contained in:
parent
be3f7a0318
commit
d419726ba6
|
@ -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
|
||||
|
|
4
scripts/rep
Normal file
4
scripts/rep
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
mv "$1" "$2"
|
||||
ln -s "$2" "$1"
|
Loading…
Reference in a new issue