winget parsec #18

Open
opened 2024-02-09 22:03:06 +01:00 by Anri · 3 comments
Owner

can't be installed on admin, move it to the non-admin section?

can't be installed on admin, move it to the non-admin section?
Author
Owner

same for xournal++

same for xournal++
Author
Owner

both due to "Installer hash does not match."

both due to "Installer hash does not match."
Author
Owner

we could use the manual install? the xournal++ one is already written here

Lines 311 to 327 in 1c20ceb
:: :: Install Xournal++
:: ECHO Xournal++...
:: PowerShell -Command "" ^
:: "$repo = 'xournalpp/xournalpp';" ^
:: "$releases = \"https://api.github.com/repos/$repo/releases\";" ^
:: "$tag = (Invoke-WebRequest $releases | ConvertFrom-Json)[1].tag_name;" ^
:: "$file = \"xournalpp-$($tag.substring(1))-windows.zip\";" ^
:: "$link = \"https://github.com/$repo/releases/download/$tag/$file\";" ^
:: "$archive = 'xournalpp.zip';" ^
:: "$outfile = Join-Path -Path $env:TEMP -ChildPath $archive;" ^
:: "Invoke-WebRequest -Uri $link -OutFile $outfile;" ^
:: "cd $env:TEMP;" ^
:: "Expand-Archive -Path $archive -DestinationPath $env:TEMP -Force;" ^
:: "$exe = $env:TEMP + '\' + $file.Substring(0, $file.Length - 3) + 'exe';" ^
:: "Start-Process $exe /S;" ^
:: "Remove-Item -Force $outfile;" ^
:: "Remove-Item -Force $exe"

we could use the manual install? the xournal++ one is already written here https://git.mylloon.fr/Anri/confOS/src/commit/1c20ceb1537665f33e77af82569573d32b07a552/windows11.bat#L311-L327
Anri added the
windows
label 2024-09-05 13:47:58 +02:00
Sign in to join this conversation.
No labels
arch
windows
wsl
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Anri/confOS#18
No description provided.