From c3353522ef10eb92bb4d8950b044782e352ae105 Mon Sep 17 00:00:00 2001
From: Recolic K <root@recolic.net>
Date: Fri, 25 Feb 2022 00:12:43 +0800
Subject: [PATCH] x

---
 l1-quickinstall.sh | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100755 l1-quickinstall.sh

diff --git a/l1-quickinstall.sh b/l1-quickinstall.sh
new file mode 100755
index 0000000..c29adb1
--- /dev/null
+++ b/l1-quickinstall.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+function i () {
+    cd "$1" &&
+        makepkg -i &&
+        cd -
+}
+
+i libsdbus-c++0
+i msft-identity-broker
+i msalsdk-dbusclient
+
-- 
GitLab