This commit is contained in:
2024-09-01 08:30:31 +08:00
parent 9b7e938df3
commit c317cda79d
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -160,6 +160,8 @@ jobs:
steps: steps:
- name: Clone Repository To Get Script - name: Clone Repository To Get Script
run: | run: |
apt update
apt install sudo git -y
git clone $REPOSITORY --depth=1 git clone $REPOSITORY --depth=1
mv $(basename $REPOSITORY)/* . -v mv $(basename $REPOSITORY)/* . -v
mv $(basename $REPOSITORY)/.* . -v | true mv $(basename $REPOSITORY)/.* . -v | true
@@ -17,7 +17,7 @@ function useDebianPort() {
} }
sudo apt update 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 bottlePath=./system-bottle
if [[ $2 == "beige" ]]; then if [[ $2 == "beige" ]]; then
getd23debootstrap getd23debootstrap