1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-02-17 14:40:31 +00:00

Attempt with apt install

This commit is contained in:
jugeeya 2020-07-05 13:41:14 -07:00 committed by GitHub
parent 07275db0de
commit 746252ba50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,11 +13,11 @@ jobs:
- name: Sync submodules
run: git submodule sync --recursive && git submodule update --init --recursive
- name: Download DEVKITPRO
run: wget https://github.com/devkitPro/pacman/releases/download/v1.0.2/devkitpro-pacman.arm64.deb
run: wget https://github.com/devkitPro/pacman/releases/download/v1.0.2/devkitpro-pacman.amd64.deb
- name: Install gdebi-core
run: sudo apt-get install gdebi-core
- name: Install DEVKITPRO
run: sudo gdebi --non-interactive devkitpro-pacman.arm64.deb
run: DEBIAN_FRONTEND=noninteractive sudo apt install ./devkitpro-pacman.amd64.deb
- name: Install packages
run: printf "\nY" | sudo dkp-pacman -Sy switch-dev
- name: Make Tesla overlay