We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8354595 commit 97e5885Copy full SHA for 97e5885
.github/workflows/devel.yml
@@ -50,6 +50,14 @@ 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
+ 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