1
0
mirror of https://github.com/pgrondek/config.git synced 2024-11-22 12:03:43 +00:00

[packages] fix installation file

This commit is contained in:
pgrondek 2019-07-12 00:27:21 +02:00
parent 95fcb7582a
commit e729f70ea0

View File

@ -1,4 +1,4 @@
PACKAGES=vim git traceroute command-not-found dnsutils firefox
PACKAGES=vim git traceroute command-not-found dnsutils firefox-esr
RM_PACKAGES=nano
APT=aptitude
@ -11,4 +11,4 @@ install: $(APTITUDE)
$(APTITUDE):
apt update
apt install $(APT)
apt install -y $(APT)