Skip to content

Commit 954fafc

Browse files
authored
Update devel.yml
1 parent 17743b0 commit 954fafc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/devel.yml

-8
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,6 @@ jobs:
5050
cp binary_rootfs /usr/lib/live/build/binary_rootfs
5151
fi
5252
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-
6153
- name: Make scripts executable
6254
run: chmod -R +x build.sh etc/auto/config etc/terraform.conf etc/
6355

0 commit comments

Comments
 (0)