From a39701abdcb5e67947792ccf09ebf5444eade70e Mon Sep 17 00:00:00 2001 From: Recolic <git@me.recolic.net> Date: Sat, 20 Jan 2024 00:47:08 -0800 Subject: [PATCH] .adjust.notes --- README.md | 4 +--- intune-portal/PKGBUILD | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index cef716c..06e7885 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Intune for Archlinux +# Intune for Arch Linux You have two options to access MSFT resources on Arch Linux. @@ -65,8 +65,6 @@ You should be able to log into Edge browser without password. If Edge is not hap ### Common errors -#### ArchLinux side - - microsoft-identity-broker.service: Failed at step STATE_DIRECTORY spawning /opt/microsoft/identitybroker/bin/microsoft-identity-broker: Operation not permitted This is a permission issue. Please run `chmod 777 -R /opt/microsoft` as root, **and** run `chown -R YourName /home/YourName/.config`, and restart the service. diff --git a/intune-portal/PKGBUILD b/intune-portal/PKGBUILD index 3b4b9c6..04bb7b1 100644 --- a/intune-portal/PKGBUILD +++ b/intune-portal/PKGBUILD @@ -28,5 +28,3 @@ package() { cp -r "$srcdir/usr" "$srcdir/opt" "$pkgdir/" cp -r "$srcdir/lib" "$pkgdir/usr/" } - -# term of use error. we cannot sign you in. -- GitLab