[packages] fix installation file
This commit is contained in:
parent
95fcb7582a
commit
e729f70ea0
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue