summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParty Wumpus <48649272+PartyWumpus@users.noreply.github.com>2023-01-12 18:28:47 +0000
committerGitHub <noreply@github.com>2023-01-12 18:28:47 +0000
commitea40ee3e92076b377da483d79c408163a8f7e199 (patch)
tree10d9b4023a7d61f923a5d3e61fba5f2bfc43ad67
parentbca8a2031a288146da1c715ab076903bdd5990a3 (diff)
downloaddecky-installer-ea40ee3e92076b377da483d79c408163a8f7e199.tar.gz
decky-installer-ea40ee3e92076b377da483d79c408163a8f7e199.zip
fix typo that meant homebrew/services was not owned by rootv1.4.0
-rw-r--r--gui/user_install_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/user_install_script.sh b/gui/user_install_script.sh
index 376a7dd..d5336f7 100644
--- a/gui/user_install_script.sh
+++ b/gui/user_install_script.sh
@@ -159,7 +159,7 @@ systemctl enable plugin_loader
# will likely be removed at some point in the future
if [ "$SUDO_USER" = "deck" ]; then
sudo chown -R deck:deck /home/deck/homebrew
- sudo chown -R root:root /home/wumpus/homebrew/services/*
+ sudo chown -R root:root /home/deck/homebrew/services/*
fi
echo "100" ; echo "# Install finished, installer can now be closed";