We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17743b0 commit 954fafcCopy full SHA for 954fafc
.github/workflows/devel.yml
@@ -50,14 +50,6 @@ jobs:
50
cp binary_rootfs /usr/lib/live/build/binary_rootfs
51
fi
52
53
- - name: Examine bwrap situation
54
- run: |
55
- curl -fsSL https://pacstall.dev/q/install\?dnt > pacstall-install.sh || curl -fsSL https://git.io/JsADh > pacstall-install.sh
56
- chmod +x ./pacstall-install.sh
57
- echo N\n | sudo -E ./pacstall-install.sh
58
- rm ./pacstall-install.sh
59
- sudo chroot "/" pacstall -PI nala-deb
60
-
61
- name: Make scripts executable
62
run: chmod -R +x build.sh etc/auto/config etc/terraform.conf etc/
63
0 commit comments