aboutsummaryrefslogtreecommitdiff
path: root/41-diff-install.txt
diff options
context:
space:
mode:
Diffstat (limited to '41-diff-install.txt')
-rw-r--r--41-diff-install.txt13
1 files changed, 13 insertions, 0 deletions
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 @@
1${BLD}Imperative${RST}
2
3${CYN}+apt install git adb${RST}
4
5
6${BLD}Declarative${RST}
7
8 {
9 environment.systemPackages = [
10${CYN}+ git
11+ adb${RST}
12 ];
13 }