mend
This commit is contained in:
parent
82d6e7d7c7
commit
b3fed04257
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ WORKDIR /home/{user}/yay
|
|||
RUN makepkg -si --noconfirm
|
||||
|
||||
#add extra step
|
||||
{"RUN " + edit_flag if edit_flag is None else ""}
|
||||
{"RUN " + edit_flag if edit_flag is not None else ""}
|
||||
|
||||
# Now you can play with whatever package you'd like
|
||||
RUN yay -S --noconfirm {package_name}
|
||||
|
|
Loading…
Reference in a new issue