File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- name : RawBuildTest
1+ name : build-ubuntu-raw
22on : [push]
33jobs :
44 BuildKali :
Original file line number Diff line number Diff line change 1- name : RawBuildTest
1+ name : build-kali
22on : [push]
33jobs :
44 BuildImpishRaw :
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
You can’t perform that action at this time.
0 commit comments