Skip to content
Snippets Groups Projects
Commit 8bd3e3df authored by Your Name's avatar Your Name
Browse files

tmp

parent 0fbd8ae7
No related branches found
No related tags found
1 merge request!1Support ArchLinux level-2 enroll; Add intune-portal pkg; Add instructions & FAQ
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -106,7 +106,7 @@ Simply try again. It will work.
- Cannot log into intune-portal: Terms of use error. we couldn't sign you in.
Please modify your `/etc/os-release` to ubuntu. This is a sample:
On archlinux, if you get this error, please make sure your `/etc/os-release` is ubuntu. This is a sample:
```
NAME="Ubuntu"
......@@ -123,3 +123,10 @@ VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
```
On ubuntu... I don't know.
- intune-portal crashed after code 1200:
rm -rf ~/.Microsoft ; it will let you login again.
# Maintainer: Recolic K <root@recolic.net>
pkgname=intune-portal
pkgver=1.2310.8
pkgver=1.2312.35
pkgrel=0
pkgdesc="Microsoft Intune helps organizations manage access to corporate apps, data, and resources."
url="https://packages.microsoft.com/ubuntu/20.04/prod/pool/main/i/intune-portal"
......@@ -13,9 +13,9 @@ makedepends=()
conflicts=()
replaces=()
backup=()
source=("source.deb::$url/${pkgname}_${pkgver}_amd64.deb")
source=("source.deb::$url/${pkgname}_${pkgver}-focal_amd64.deb")
validpgpkeys=("")
sha256sums=("001d0903f26b78a705f36f278df584d9126a7feafc91a70810e814c60460842a")
sha256sums=("501005d25714a1a3e26d7a2b4a2eac677ace8edd0b5869cd152308fd69bc4a61")
install=x.install
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment