Skip to content

Commit c092943

Browse files
build jammy
1 parent 9272ace commit c092943

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/scripts/build-kali.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ additional_setup() {
3838
# install desktop
3939
shout "installing desktop"
4040
run_cmd apt update
41+
run_cmd apt upgrade -y
4142
run_cmd apt install -y kali-desktop-xfce4
4243

4344
# install kali-tools

.github/workflows/build-kali.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: RawBuildTest
1+
name: build-ubuntu-raw
22
on: [push]
33
jobs:
44
BuildKali:

.github/workflows/build-raw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: RawBuildTest
1+
name: build-kali
22
on: [push]
33
jobs:
44
BuildImpishRaw:
@@ -82,7 +82,7 @@ jobs:
8282
run: sudo apt update; sudo apt install git build-essential binfmt-support qemu-user-static debootstrap -y
8383

8484
- name: Trigger fs-cook
85-
run: bash .github/scripts/build-hirsute.sh
85+
run: bash .github/scripts/build-jammy.sh
8686

8787
- name: save arm64 builds
8888
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)