Skip to content

Commit

Permalink
Fix the PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed Dec 6, 2024
1 parent f34364c commit b5d37e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ mkdir -p "${CTRL_BIN_DATA}"
cp -v "${CTRL_SCRIPT_DATA}/wifi_ap_setup.sh" "${CTRL_BIN_DATA}"
chmod 755 "${CTRL_BIN_DATA}/wifi_ap_setup.sh"
chown --recursive "${CTRL_USERNAME}:${CTRL_GROUP}" "${CTRL_LOCAL_DATA}"
echo "export PATH=\"$PATH:$HOME/.local/bin\"" >>"${CTRL_HOME}/.bashrc"
echo 'export PATH="$PATH:$HOME/.local/bin"' >>"${CTRL_HOME}/.bashrc"

# Agencement clavier
cat >"${CTRL_HOME}/.config/kxkbrc" << EOF
Expand Down

0 comments on commit b5d37e1

Please sign in to comment.