mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 07:06:38 +08:00
漏了
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user