feat: Allow to run script from outside ~/.bootstrap directory
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
bash os.bash
|
||||
bash tools.bash
|
||||
bash fonts.bash
|
||||
bash config.bash
|
||||
BASEDIR=$(cd "$(dirname "$0")" && pwd)
|
||||
|
||||
bash "${BASEDIR}/os.bash"
|
||||
bash "${BASEDIR}/tools.bash"
|
||||
bash "${BASEDIR}/fonts.bash"
|
||||
bash "${BASEDIR}/config.bash"
|
||||
|
Reference in New Issue
Block a user