File tree Expand file tree Collapse file tree 6 files changed +5
-46
lines changed
Expand file tree Collapse file tree 6 files changed +5
-46
lines changed Original file line number Diff line number Diff line change 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 : |
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
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -100,4 +100,4 @@ Include = /etc/pacman.d/mirrorlist
100100
101101[StratOS-repo]
102102SigLevel = Optional TrustAll
103- Server = https://StratOS-Linux .github.io/StratOS- repo/x86_64
103+ Server = https://stratos-linux .github.io/repo/x86_64
Original file line number Diff line number Diff 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 ]
102102SigLevel = Optional TrustAll
103- Server = https://StratOS-Linux .github.io/StratOS- repo/x86_64
103+ Server = https://stratos-linux .github.io/repo/x86_64
You can’t perform that action at this time.
0 commit comments