From bc09b9e6f5a8b8b7e17d83d29d5e97b282b7a268 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 21 Jun 2022 18:00:51 +0530 Subject: * --- 41-diff-install.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 41-diff-install.txt (limited to '41-diff-install.txt') diff --git a/41-diff-install.txt b/41-diff-install.txt new file mode 100644 index 0000000..b53f5f1 --- /dev/null +++ b/41-diff-install.txt @@ -0,0 +1,13 @@ +${BLD}Imperative${RST} + +${CYN}+apt install git adb${RST} + + +${BLD}Declarative${RST} + + { + environment.systemPackages = [ +${CYN}+ git ++ adb${RST} + ]; + } -- cgit v1.2.3