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 8354595 commit 97e5885
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ 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
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 97e5885

Please sign in to comment.