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