home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18c32e9
)
Add pkgs_ubuntu make target
author
Siraaj Khandkar
<siraaj@zondaii>
Fri, 28 Feb 2020 04:29:20 +0000
(23:29 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Fri, 28 Feb 2020 05:42:24 +0000
(
00:42
-0500)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
cf96d45
..
ee489e5
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-44,6
+44,9
@@
pkgs_debian:
$(MAKE) pkgs_snap_classic
$(MAKE) pkgs_snap_strict
+pkgs_ubuntu: list pkgs-ubuntu.list
+ sudo apt install $(shell ./list pkgs-ubuntu.list)
+
pkgs_mac:
$(MAKE) pkgs_brew_install
$(MAKE) pkgs_brew_cask_install
This page took
0.024764 seconds
and
4
git commands to generate.