1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-11-09 04:01:33 -05:00
This commit is contained in:
Tommaso Chiti 2021-02-02 18:27:51 +01:00
parent 28223b4967
commit 7bfd3fe604

View File

@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Downloading the latest Arch Linux ISO. - name: Downloading the latest Arch Linux ISO.
run: wget http://mirrors.mit.edu/archlinux/iso/latest/archlinux-2021.02.01-x86_64.iso run: curl -L http://mirrors.mit.edu/archlinux/iso/latest/archlinux-2021.02.01-x86_64.iso
- name: Installing mkisofs. - name: Installing mkisofs.
run: sudo apt-get install mkisofs -y run: sudo apt-get install mkisofs -y
- name: Creating the ISO mountpoint. - name: Creating the ISO mountpoint.