mirror of
https://github.com/pgrondek/config.git
synced 2024-11-23 04:23:44 +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
|
RM_PACKAGES=nano
|
||||||
|
|
||||||
APT=aptitude
|
APT=aptitude
|
||||||
@ -11,4 +11,4 @@ install: $(APTITUDE)
|
|||||||
|
|
||||||
$(APTITUDE):
|
$(APTITUDE):
|
||||||
apt update
|
apt update
|
||||||
apt install $(APT)
|
apt install -y $(APT)
|
||||||
|
Loading…
Reference in New Issue
Block a user