Skip to content

Commit

Permalink
Merge pull request #5 from zstg/main
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
slipstream8125 authored Oct 23, 2024
2 parents f6265e4 + c866aad commit 698b5e6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout repository using git
run: |
pacman -Sy git sudo archiso grub --noconfirm
git clone --recurse-submodules https://github.com/${{ github.repository }} StratOS-iso
git clone --recurse-submodules https://github.com/${{ github.repository }} gnome-iso
- name: Set up environment
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Build ISO
id: build_iso
run: |
cd StratOS-iso
cd gnome-iso
sudo bash ./build.sh
- name: Create GitHub Release
Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/deploy_yml_bak

This file was deleted.

1 change: 0 additions & 1 deletion airootfs/etc/localtime

This file was deleted.

1 change: 0 additions & 1 deletion airootfs/etc/ly

This file was deleted.

2 changes: 1 addition & 1 deletion airootfs/etc/pacman.conf
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ Include = /etc/pacman.d/mirrorlist

[StratOS-repo]
SigLevel = Optional TrustAll
Server = https://StratOS-Linux.github.io/StratOS-repo/x86_64
Server = https://stratos-linux.github.io/repo/x86_64
4 changes: 2 additions & 2 deletions pacman.conf
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ Include = /etc/pacman.d/mirrorlist
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

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

0 comments on commit 698b5e6

Please sign in to comment.