summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2023-10-20 13:18:19 +0200
committerDan Johansen2023-10-20 13:18:19 +0200
commit20ff2803ca0a03fd3602eb3388d4e8819f7550b2 (patch)
treee3b561d0a9656f6fb2aa7fbd3ae4cd3f979a3536
parentc70aa75b1934e3458c3355e20bdb69cd02f37ee4 (diff)
downloadaur-20ff2803ca0a03fd3602eb3388d4e8819f7550b2.tar.gz
update post_install to mention gnome-keyring services
Signed-off-by: Dan Johansen <strit@strits.dk>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--intune-portal-bin.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96f50b5316d4..5a8127d4b069 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = intune-portal-bin
pkgdesc = Enroll devices in Microsoft Azure Endpoint
pkgver = 1.2307.12
- pkgrel = 3
+ pkgrel = 4
url = http://intune.microsoft.com
install = intune-portal-bin.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a38b50a2ccf1..b3c9fff055dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=intune-portal-bin
_pkgname=intune-portal
pkgver=1.2307.12
-pkgrel=3
+pkgrel=4
pkgdesc="Enroll devices in Microsoft Azure Endpoint"
arch=('x86_64')
url="http://intune.microsoft.com"
diff --git a/intune-portal-bin.install b/intune-portal-bin.install
index e5f51129ed93..251bcf2677c0 100644
--- a/intune-portal-bin.install
+++ b/intune-portal-bin.install
@@ -1,7 +1,7 @@
post_install() {
echo "Before you can enroll your device, you need to enable the service and timer and then reboot:"
echo "'sudo systemctl enable intune-daemon.service'"
- echo "'systemctl --user enable intune-agent.service intune-agent.timer'"
+ echo "'systemctl --user enable intune-agent.service intune-agent.timer gnome-keyring-daemon.socket gnome-keyring-daemon.service'"
echo "Don't forget to reboot after running the above commands!"
# Replace the os-release file, since Intune currently only supports Ubuntu systems