build(make/setup_vm): now no confirm in package installation
This commit is contained in:
parent
2a42b430de
commit
663aefc782
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -6,7 +6,7 @@
|
||||||
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/06/12 18:09:23 by rparodi #+# #+# #
|
# Created: 2025/06/12 18:09:23 by rparodi #+# #+# #
|
||||||
# Updated: 2025/06/13 14:45:19 by rparodi ### ########.fr #
|
# Updated: 2025/06/14 18:26:21 by rparodi ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
|
@ -20,7 +20,7 @@ MARIADB = $(BASE_CONTAINERS)/mariadb
|
||||||
WORDPRESS = $(BASE_CONTAINERS)/wordpress
|
WORDPRESS = $(BASE_CONTAINERS)/wordpress
|
||||||
|
|
||||||
#Setup
|
#Setup
|
||||||
PACK_MAN = pacman -S
|
PACK_MAN = pacman -Syu --noconfirm
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
GREEN = \033[32m
|
GREEN = \033[32m
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue