Skip to content

Commit

Permalink
fixed important bugs with updating and installing
Browse files Browse the repository at this point in the history
  • Loading branch information
5late committed Oct 29, 2021
1 parent 2e8b0ea commit 4847834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/repoless-install
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ if [ -f "$alias_file" ]; then
echo "Downloading and copying files needed to update Newb-Config"
mkdir $HOME/.config/newb/ && chmod 755 $HOME/.config/newb/
wget raw.githubusercontent.com/5late/Newb-Config/master/bin/update
mv update $HOME/.config/newb/ && chmod 755 update
echo "alias ncupdate='$HOME/.config/newb/update rl' >> $alias_file
mv update $HOME/.config/newb/
echo "alias ncupdate='$HOME/.config/newb/update rl'" >> $alias_file
echo "Copied & moved update script to $HOME/.config/newb/, continuing with installation..."
echo -n "Would you like to use the recommended 'newrm' command? [y] "
read newrmchoice
Expand Down

0 comments on commit 4847834

Please sign in to comment.