We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c608d1b commit 2dc112fCopy full SHA for 2dc112f
2 files changed
.github/workflows/makefile.yml
@@ -19,4 +19,3 @@ jobs:
19
20
- name: Run tests
21
run: make test
22
-
prepare_debian_environment.sh
@@ -2,8 +2,9 @@
2
set -eux
3
cd "${0%/*}"
4
5
-apt install gcc libguestfs-dev guestfs-tools nbd-client
+#apt install -y gcc libguestfs-dev guestfs-tools nbd-client
6
7
+ls -lah /boot
8
source /etc/os-release
9
10
if [ "${ID}" == "ubuntu" ]; then
0 commit comments