Skip to content

Commit

Permalink
Install distrobox thru curl
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg authored May 1, 2024
1 parent f5b1cc3 commit 4f2ee15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- name: Setup distrobox
run: |
sudo apt update
sudo apt install -y git podman distrobox
sudo apt install -y git podman
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
Expand Down

0 comments on commit 4f2ee15

Please sign in to comment.