Skip to content

Commit 698b5e6

Browse files
Merge pull request #5 from zstg/main
Fixes
2 parents f6265e4 + c866aad commit 698b5e6

File tree

6 files changed

+5
-46
lines changed

6 files changed

+5
-46
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.

airootfs/etc/pacman.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ Include = /etc/pacman.d/mirrorlist
100100

101101
[StratOS-repo]
102102
SigLevel = Optional TrustAll
103-
Server = https://StratOS-Linux.github.io/StratOS-repo/x86_64
103+
Server = https://stratos-linux.github.io/repo/x86_64

pacman.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ Include = /etc/pacman.d/mirrorlist
9898
#SigLevel = Optional TrustAll
9999
#Server = file:///home/custompkgs
100100

101-
[StratOS-repo]
101+
[stratos]
102102
SigLevel = Optional TrustAll
103-
Server = https://StratOS-Linux.github.io/StratOS-repo/x86_64
103+
Server = https://stratos-linux.github.io/repo/x86_64

0 commit comments

Comments
 (0)