Skip to content

Commit

Permalink
The command needs to be globally readable.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlipperPA authored Mar 1, 2023
1 parent aca3fdc commit fb1a1f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-sudo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if grep -q "# Start Pyromania" /etc/bashrc; then
echo "source /etc/bashrc"
else
sudo curl -sS -o /etc/bashrc-pyro.sh https://raw.githubusercontent.com/FlipperPA/pyromania/main/pyro.sh
sudo chmod 644 /etc/bashrc-pyro.sh

echo "Looking for python3 in the path..."
PYTHON3="$(sudo which python3)"
Expand Down

0 comments on commit fb1a1f8

Please sign in to comment.