Skip to content

Commit

Permalink
Update devel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored May 6, 2024
1 parent 17743b0 commit 954fafc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ jobs:
cp binary_rootfs /usr/lib/live/build/binary_rootfs
fi
- name: Examine bwrap situation
run: |
curl -fsSL https://pacstall.dev/q/install\?dnt > pacstall-install.sh || curl -fsSL https://git.io/JsADh > pacstall-install.sh
chmod +x ./pacstall-install.sh
echo N\n | sudo -E ./pacstall-install.sh
rm ./pacstall-install.sh
sudo chroot "/" pacstall -PI nala-deb
- name: Make scripts executable
run: chmod -R +x build.sh etc/auto/config etc/terraform.conf etc/

Expand Down

0 comments on commit 954fafc

Please sign in to comment.