Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg authored Aug 19, 2024
1 parent b651009 commit 29772e6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ build_and_package() {
cd $dir

local packages=(
"albert"
# "albert"
"aura-bin"
# "aurutils"
"bibata-cursor-theme-bin"
Expand All @@ -136,16 +136,16 @@ build_and_package() {
# "mkinitcpio-openswap"
# "nwg-clipman"
"nwg-dock-hyprland-bin"
"octopi"
# "octopi"
"oh-my-zsh-git"
"pamac-all"
# "pamac-all"
"pandoc-bin"
"python-clickgen"
"pyprland"
# #"repoctl"
"rua"
"swayfx"
"sway-nvidia"
# "rua"
# "swayfx"
# "sway-nvidia"
# #"swayosd-git"
"ventoy-bin"
"yay-bin"
Expand Down Expand Up @@ -177,7 +177,7 @@ initialize_and_push() {
sudo git add .
sudo git commit -am "Update packages"
sudo git pull
sudo git push "https://x-access-token:${GITHUB_TOKEN}@github.com/${git config --get remote.origin.url | sed -E 's|.+[:/]([^:/]+)/([^/.]+)(\.git)?|\1/\2|'}" --force
sudo git push "https://x-access-token:${GITHUB_TOKEN}@github.com/StratOS-Linux/StratOS-repo" --force
}

# Main function
Expand Down

0 comments on commit 29772e6

Please sign in to comment.