add calls to other plugins
This commit is contained in:
parent
5a66f31417
commit
84e2e11376
@ -27,7 +27,11 @@ for config in ${@}; do
|
|||||||
# cmd=("${BASE_DIR}/${META_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" \
|
# cmd=("${BASE_DIR}/${META_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" \
|
||||||
# -p "${BASE_DIR}/${META_DIR}/dotbot-yay/yay.py" -c "$configFile")
|
# -p "${BASE_DIR}/${META_DIR}/dotbot-yay/yay.py" -c "$configFile")
|
||||||
cmd=("${BASE_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" \
|
cmd=("${BASE_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" \
|
||||||
-p "${BASE_DIR}/dotbot_plugins/dotbot-yay/yay.py" -c "$configFile")
|
-p "${BASE_DIR}/dotbot_plugins/dotbot-apt-get/aptget.py" \
|
||||||
|
-p "${BASE_DIR}/dotbot_plugins/dotbot-ifplatform/ifplatform.py" \
|
||||||
|
-p "${BASE_DIR}/dotbot_plugins/dotbot-pamac/pamac.py" \
|
||||||
|
-p "${BASE_DIR}/dotbot_plugins/dotbot-yay/yay.py" \
|
||||||
|
-c "$configFile")
|
||||||
|
|
||||||
if [[ $config == *"sudo"* ]]; then
|
if [[ $config == *"sudo"* ]]; then
|
||||||
cmd=(sudo "${cmd[@]}")
|
cmd=(sudo "${cmd[@]}")
|
||||||
|
Loading…
Reference in New Issue
Block a user