Fix install script merge with bootstrap script

This commit is contained in:
2020-12-09 21:15:55 +01:00
parent 7ace338b15
commit 89098010d2

View File

@@ -37,8 +37,6 @@ fi
source /etc/os-release
_SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
sudowrap() {
if (( $(id -u ) != 0 )) ; then
sudo "${@}"
@@ -87,4 +85,4 @@ if ! python3 -c 'import venv' 2>/dev/null ; then
printf 'Done\n'
fi
cd "$_SCRIPT_DIR" && make
cd "$DOTDIR" && make