Skip to content

Commit

Permalink
Fix deployment bug, update Linux to 6.9.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed May 30, 2024
1 parent 3bb0076 commit 00d9343
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD/linux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Mikael Eriksson <[email protected]>

pkgbase=linux # Build stock -ARCH kernel
pkgver=6.9.2
pkgrel=2
pkgver=6.9.3
pkgrel=1
pkgdesc="Linux Stable"
arch=(x86_64)
url="https://kernel.org/"
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD/steamfork-customizations-jupiter/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: Fewtarius

pkgname=steamfork-customizations-jupiter
pkgver=2024.05.27
pkgrel=2
pkgver=2024.05.30
pkgrel=1
pkgdesc='SteamFork customizations provider.'
arch=('any')
url='http://www.steamfork.org'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function trim_subvolumes() {
# Function to install BTRFS subvolumes
function install_subvolume() {
need_root
local file="$(dirname ${1})/${1}"
local file="${1}"

if [[ -z "${file}" ]]; then
echo "Error: No file specified for installation."
Expand Down

0 comments on commit 00d9343

Please sign in to comment.