Solved whitespace bug
This commit is contained in:
@@ -71,7 +71,7 @@ def install_repos(
|
|||||||
if "yay" in requirements:
|
if "yay" in requirements:
|
||||||
yay_packages = requirements["yay"]
|
yay_packages = requirements["yay"]
|
||||||
if yay_packages:
|
if yay_packages:
|
||||||
cmd = "yay -S --noconfirm" + " ".join(yay_packages)
|
cmd = "yay -S --noconfirm " + " ".join(yay_packages)
|
||||||
run_command(cmd, preview=preview)
|
run_command(cmd, preview=preview)
|
||||||
# Install pkgmgr packages if defined.
|
# Install pkgmgr packages if defined.
|
||||||
if "pkgmgr" in requirements:
|
if "pkgmgr" in requirements:
|
||||||
|
|||||||
Reference in New Issue
Block a user