diff --git a/.github/workflows/building-deb.yml b/.github/workflows/building-deb.yml index 9051acb..33b6131 100755 --- a/.github/workflows/building-deb.yml +++ b/.github/workflows/building-deb.yml @@ -160,6 +160,8 @@ jobs: steps: - name: Clone Repository To Get Script run: | + apt update + apt install sudo git -y git clone $REPOSITORY --depth=1 mv $(basename $REPOSITORY)/* . -v mv $(basename $REPOSITORY)/.* . -v | true diff --git a/.github/workflows/configure-building-enviroment-base-system.sh b/.github/workflows/configure-building-enviroment-base-system.sh index 5b740ec..4a8553d 100755 --- a/.github/workflows/configure-building-enviroment-base-system.sh +++ b/.github/workflows/configure-building-enviroment-base-system.sh @@ -17,7 +17,7 @@ function useDebianPort() { } sudo apt update -sudo apt install debootstrap qemu-user-static git -y +sudo apt install debootstrap binfmt-support qemu-user-static git -y bottlePath=./system-bottle if [[ $2 == "beige" ]]; then getd23debootstrap