Skip to content

Commit

Permalink
add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcarroty authored Jul 28, 2024
1 parent 285ab90 commit bbc4ebb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ curl -L https://raw.githubusercontent.com/clearfraction/bundles/master/cf-waydro
curl -L https://raw.githubusercontent.com/clearfraction/bundles/master/cf-waydroid-uninstall.sh -o /tmp/waydroid/usr/bin/cf-waydroid-uninstall.sh
chmod +x /tmp/waydroid/usr/bin/{cf-waydroid-preinstall.sh,cf-waydroid-init.sh,cf-waydroid-uninstall.sh}

# Add Zed script
curl -L https://raw.githubusercontent.com/clearfraction/bundles/master/cf-zed-updater.sh -o /tmp/zed/usr/bin/cf-zed-updater.sh
chmod +x /tmp/zed/usr/bin/cf-zed-updater.sh

# Add termfilechooser scripts
mkdir -p /tmp/xdg-desktop-portal-termfilechooser/usr/bin
curl -L https://raw.githubusercontent.com/clearfraction/bundles/master/cf-termfilechooser-postinstall.sh -o /tmp/xdg-desktop-portal-termfilechooser/usr/bin/cf-termfilechooser-postinstall.sh
curl -L https://raw.githubusercontent.com/clearfraction/bundles/master/cf-termfilechooser-postremove.sh -o /tmp/xdg-desktop-portal-termfilechooser/usr/bin/cf-termfilechooser-postremove.sh

# Add bundles to the mix
mixer bundle add `ls /mixer/local-bundles`
Expand Down

0 comments on commit bbc4ebb

Please sign in to comment.