Skip to content

Commit

Permalink
add more range to sed
Browse files Browse the repository at this point in the history
  • Loading branch information
wolandark committed Jun 27, 2024
1 parent 7a7e7a2 commit 2f83e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symlink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ main()
}

main
sed -i '86,87{s/^\([^#]\)/#\1/}' "$script"
sed -i '86,87 s/^\([^#]\)/#\1/; 95,96 s/^\([^#]\)/#\1/' "$script"

printf "\e[43;30mPress Enter To Continue...\e[0m\n"
printf "\e[44;30mWhen You See C Extension Of Python3 Installed Successfully, Exit Vim. (you might have to scroll to see the msg)\e[0m\n"
Expand Down

0 comments on commit 2f83e5a

Please sign in to comment.