Skip to content

Commit

Permalink
disable maneki for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg authored Jul 24, 2024
1 parent 1a51c16 commit 89e8e85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .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 --noconfirm
git clone --recurse-submodules https://github.com/StratOS-Linux/StratOS-iso
git clone --recurse-submodules https://github.com/${{ github.repository }} StratOS-iso
- name: Set up environment
run: |
Expand Down
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "airootfs/usr/share/backgrounds/StratOS"]
path = airootfs/usr/share/backgrounds/StratOS
url = https://github.com/StratOS-Linux/StratOS-wallpapers
[submodule "airootfs/opt/maneki-neko"]
path = airootfs/opt/maneki-neko
url = https://github.com/zstg/StratOS-maneki-neko
# [submodule "airootfs/opt/maneki-neko"]
# path = airootfs/opt/maneki-neko
# url = https://github.com/zstg/StratOS-maneki-neko
[submodule "airootfs/etc/calamares"]
path = airootfs/etc/calamares
url = https://github.com/StratOS-Linux/StratOS-calamares-settings
Expand Down

0 comments on commit 89e8e85

Please sign in to comment.