Skip to content

Commit

Permalink
Revert back to HandyGCCS for now as it is more battery friendly at th…
Browse files Browse the repository at this point in the history
…e moment.
  • Loading branch information
fewtarius committed Jul 1, 2024
1 parent 9903ee2 commit d975e67
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD/steamfork-customizations-jupiter/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Fewtarius

pkgname=steamfork-customizations-jupiter
pkgver=2024.06.30
pkgver=2024.07.01
pkgrel=1
pkgdesc='SteamFork customizations provider.'
arch=('any')
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash
cd ~
git clone https://github.com/ShadowBlip/HandyGCCS.git
cd HandyGCCS
git reset --hard
git pull
./build.sh
systemctl enable handycon
cd -
rm -rf HandyGCCS
6 changes: 1 addition & 5 deletions os-root/presets/beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ export ENABLED_SERVICES=( sddm
bluetooth
systemd-timesyncd
NetworkManager
inputplumber
steam-powerbuttond
steamos-offload.target
fstrim.timer
var-lib-pacman.mount
Expand Down Expand Up @@ -1018,7 +1016,6 @@ export UI_BOOTSTRAP="${STEAMOS_PKGS}
bc
ectool
hunspell-en_us
inputplumber
kdegraphics-thumbnailers
kwrite
lib32-vulkan-mesa-layers
Expand All @@ -1038,7 +1035,6 @@ export UI_BOOTSTRAP="${STEAMOS_PKGS}
python-setuptools
python-wheel
ryzenadj
steam-powerbuttond
steamfork-customizations-jupiter
steamfork-device-support
steamfork-keyring
Expand All @@ -1054,4 +1050,4 @@ export PACMAN_ONLOAD="[Unit]\nDescription=${DISTRO_NAME} onload - /var/lib/pacma
export MKNEWDIR="nix"
export FSTAB="\nLABEL=${OS_FS_PREFIX}_root / btrfs subvol=rootfs/${BUILDVER},compress-force=zstd:1,discard,noatime,nodiratime 0 0\nLABEL=${OS_FS_PREFIX}_root /${OS_FS_PREFIX}_root btrfs rw,compress-force=zstd:1,discard,noatime,nodiratime,nodatacow 0 0\nLABEL=${OS_FS_PREFIX}_var /var ext4 rw,relatime 0 0\nLABEL=${OS_FS_PREFIX}_home /home ext4 rw,relatime 0 0\n"
export IMAGE_HOSTNAME="steamfork"
export POSTCOPY_BIN_EXECUTION=""
export POSTCOPY_BIN_EXECUTION="setup-handycon"
6 changes: 1 addition & 5 deletions os-root/presets/rel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ export ENABLED_SERVICES=( sddm
bluetooth
systemd-timesyncd
NetworkManager
inputplumber
steam-powerbuttond
steamos-offload.target
fstrim.timer
var-lib-pacman.mount
Expand Down Expand Up @@ -1018,7 +1016,6 @@ export UI_BOOTSTRAP="${STEAMOS_PKGS}
bc
ectool
hunspell-en_us
inputplumber
kdegraphics-thumbnailers
kwrite
lib32-vulkan-mesa-layers
Expand All @@ -1038,7 +1035,6 @@ export UI_BOOTSTRAP="${STEAMOS_PKGS}
python-setuptools
python-wheel
ryzenadj
steam-powerbuttond
steamfork-customizations-jupiter
steamfork-device-support
steamfork-keyring
Expand All @@ -1054,4 +1050,4 @@ export PACMAN_ONLOAD="[Unit]\nDescription=${DISTRO_NAME} onload - /var/lib/pacma
export MKNEWDIR="nix"
export FSTAB="\nLABEL=${OS_FS_PREFIX}_root / btrfs subvol=rootfs/${BUILDVER},compress-force=zstd:1,discard,noatime,nodiratime 0 0\nLABEL=${OS_FS_PREFIX}_root /${OS_FS_PREFIX}_root btrfs rw,compress-force=zstd:1,discard,noatime,nodiratime,nodatacow 0 0\nLABEL=${OS_FS_PREFIX}_var /var ext4 rw,relatime 0 0\nLABEL=${OS_FS_PREFIX}_home /home ext4 rw,relatime 0 0\n"
export IMAGE_HOSTNAME="steamfork"
export POSTCOPY_BIN_EXECUTION=""
export POSTCOPY_BIN_EXECUTION="setup-handycon"

0 comments on commit d975e67

Please sign in to comment.