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 17:34:50 +01:00
parent c3b7ed3653
commit a8d4fbe7ab

View File

@ -30,6 +30,6 @@ jobs:
- name: Creating the ISO mountpoint - name: Creating the ISO mountpoint
run: mkdir ~/archiso run: mkdir ~/archiso
- name: Mounting the ISO - name: Mounting the ISO
run: mount archlinux-* ~/archiso run: sudo mount archlinux-* ~/archiso
- name: Listing files - name: Listing files
run: ls ~/archiso run: ls ~/archiso