Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg authored May 1, 2024
1 parent e71eaca commit 48e36d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Setup distrobox
- name: Setup archiso
run: |
sudo apt update
sudo apt install -y git podman
sudo apt install -y git # podman
sudo apt install -y arch-install-scripts bash dosfstools e2fsprogs erofs-utils grub-common grub-efi-amd64-bin libarchive-dev libisoburn-dev mtools squashfs-tools
git clone https://github.com/archlinux/archiso
cd archiso
make
make install
sudo make install
# curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh
# git clone --recurse-submodules https://github.com/zstg/StratOS-iso
# distrobox create -i archlinux -n isobuilder -Y
Expand Down

0 comments on commit 48e36d5

Please sign in to comment.