mirror of
https://github.com/pgrondek/config.git
synced 2024-11-22 12:03:43 +00:00
[packages] Added makefile to install packages
This commit is contained in:
parent
0927f43304
commit
4a7be471b2
14
packages/Makefile
Normal file
14
packages/Makefile
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PACKAGES=vim git traceroute command-not-found dnsutils firefox
|
||||||
|
RM_PACKAGES=nano
|
||||||
|
|
||||||
|
APT=aptitude
|
||||||
|
APTITUDE=/usr/bin/aptitude
|
||||||
|
|
||||||
|
install: $(APTITUDE)
|
||||||
|
$(APT) update
|
||||||
|
$(APT) install -y $(PACKAGES)
|
||||||
|
$(APT) purge -y $(RM_PACKAGES)
|
||||||
|
|
||||||
|
$(APTITUDE):
|
||||||
|
apt update
|
||||||
|
apt install $(APT)
|
Loading…
Reference in New Issue
Block a user