Skip to content

Commit

Permalink
remove usage of sudo from script since it might break on systems with…
Browse files Browse the repository at this point in the history
…out it eg: Proxmox
  • Loading branch information
alessandromrc authored Nov 15, 2024
1 parent 071bfda commit ca86a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install_fastfetch_debian() {
architecture="aarch64"
fi
wget "https://github.com/fastfetch-cli/fastfetch/releases/latest/download/fastfetch-linux-${architecture}.deb" -O /tmp/fastfetch-linux-${architecture}.deb
sudo dpkg -i /tmp/fastfetch-linux-${architecture}.deb
dpkg -i /tmp/fastfetch-linux-${architecture}.deb
rm /tmp/fastfetch-linux-${architecture}.deb
else
echo "Hey, you need 'wget' to download fastfetch. How about installing it and trying again?"
Expand Down

0 comments on commit ca86a09

Please sign in to comment.