apt install without confirm
This commit is contained in:
parent
59cd8c7242
commit
53703092b6
4
Makefile
4
Makefile
@ -38,11 +38,11 @@ $(HOME)/%: $(ROOT_DIR)/%
|
|||||||
|
|
||||||
ubuntu_install_base:
|
ubuntu_install_base:
|
||||||
$(info going to install $(PKG_UBUNTU_BASE))
|
$(info going to install $(PKG_UBUNTU_BASE))
|
||||||
sudo apt install $(PKG_UBUNTU_BASE)
|
sudo apt install -y $(PKG_UBUNTU_BASE)
|
||||||
|
|
||||||
ubuntu_install_dev:
|
ubuntu_install_dev:
|
||||||
$(info going to install $(PKG_UBUNTU_DEV))
|
$(info going to install $(PKG_UBUNTU_DEV))
|
||||||
sudo apt install $(PKG_UBUNTU_DEV)
|
sudo apt install -y $(PKG_UBUNTU_DEV)
|
||||||
|
|
||||||
arch_install_base: /usr/bin/yay
|
arch_install_base: /usr/bin/yay
|
||||||
$(info going to install $(PKG_ARCH_BASE))
|
$(info going to install $(PKG_ARCH_BASE))
|
||||||
|
Loading…
Reference in New Issue
Block a user