aboutsummaryrefslogtreecommitdiff
path: root/etc/pacmans.txt
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-04-01 13:01:53 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-04-01 13:01:53 +0200
commit9fde833d2983877ad1f8b9e5cce0a65992241f2d (patch)
tree772bf3550d8eaf81c89a27cc067f49761f60f263 /etc/pacmans.txt
parent0e764869bf06bbb52bde32ff1e013f7a16f4e25b (diff)
Add install support for Debian
Diffstat (limited to 'etc/pacmans.txt')
-rw-r--r--etc/pacmans.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/pacmans.txt b/etc/pacmans.txt
index 7657f7f..311699e 100644
--- a/etc/pacmans.txt
+++ b/etc/pacmans.txt
@@ -1,2 +1,3 @@
-linux-ubuntu=apt update && apt install -y
freebsd=pkg update && pkg install -y
+linux-debian_gnu_linux=apt update && apt install -y
+linux-ubuntu=apt update && apt install -y