Skip to content

Commit

Permalink
Fix-up
Browse files Browse the repository at this point in the history
  • Loading branch information
celenityy committed Sep 15, 2024
1 parent f7631cc commit 796ae50
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ Phoenix offers easy to use install scripts for various platforms. All you have t

### Arch Linux *(yay)*:

`sudo bash -c "$(curl -fsSL https://phoenix.celenity.dev/arch_install_yay.sh)"`
`bash -c "$(curl -fsSL https://phoenix.celenity.dev/arch_install_yay.sh)"`

### Arch Linux *(paru)*:

`sudo bash -c "$(curl -fsSL https://phoenix.celenity.dev/arch_install_paru.sh)"`
`bash -c "$(curl -fsSL https://phoenix.celenity.dev/arch_install_paru.sh)"`

### Fedora Linux:

Expand Down
8 changes: 0 additions & 8 deletions arch_install_paru.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ error_fn() {
exit 1
}


if [ $(id --user) -ne 0 ]; then
echo_red_text "You must run this script with sudo"
echo
exit 1
fi


echo_green_text "Downloading mozilla.cfg"
wget -nv https://phoenix.celenity.dev/mozilla.cfg || error_fn
echo
Expand Down
8 changes: 0 additions & 8 deletions arch_install_yay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ error_fn() {
exit 1
}


if [ $(id --user) -ne 0 ]; then
echo_red_text "You must run this script with sudo"
echo
exit 1
fi


echo_green_text "Downloading mozilla.cfg"
wget -nv https://phoenix.celenity.dev/mozilla.cfg || error_fn
echo
Expand Down

0 comments on commit 796ae50

Please sign in to comment.