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:
parent
95fcb7582a
commit
e729f70ea0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user