Skip to content

Commit 1ee6b69

Browse files
committed
Remove ly config, fix localtime
1 parent f6265e4 commit 1ee6b69

File tree

4 files changed

+2
-43
lines changed

4 files changed

+2
-43
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout repository using git
2121
run: |
2222
pacman -Sy git sudo archiso grub --noconfirm
23-
git clone --recurse-submodules https://github.com/${{ github.repository }} StratOS-iso
23+
git clone --recurse-submodules https://github.com/${{ github.repository }} gnome-iso
2424
2525
- name: Set up environment
2626
run: |
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build ISO
3232
id: build_iso
3333
run: |
34-
cd StratOS-iso
34+
cd gnome-iso
3535
sudo bash ./build.sh
3636
3737
- name: Create GitHub Release

.github/workflows/deploy_yml_bak

Lines changed: 0 additions & 39 deletions
This file was deleted.

airootfs/etc/localtime

Lines changed: 0 additions & 1 deletion
This file was deleted.

airootfs/etc/ly

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)