From ba57bb743b67e697590f5a548c880349219412d8 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Tue, 30 Jun 2020 16:24:10 -0500 Subject: [PATCH] Fix pacman link --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d20501e..ad008a7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,7 +25,7 @@ variables: steps: - script: | - curl -L https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb -o pacman.deb + curl -L https://github.com/devkitPro/pacman/releases/download/v1.0.1/devkitpro-pacman.deb -o pacman.deb sudo apt update sudo apt install p7zip-full haveged qrencode sudo dpkg -i pacman.deb