Skip to content

Make install scripts more consistent over different operating systems #9071

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Mar 8, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove commented code
  • Loading branch information
Geweldig committed Mar 6, 2019
commit d1d14be9cd04436fa50a6ac0123ea2e5d1141e84
1 change: 0 additions & 1 deletion tools/installpsh-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ trap '

#Verify The Installer Choice (for direct runs of this script)
lowercase(){
#echo "$1" | sed "y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/"
echo "$1" | tr [A-Z] [a-z]
}

Expand Down
1 change: 0 additions & 1 deletion tools/installpsh-redhat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ trap '

#Verify The Installer Choice (for direct runs of this script)
lowercase(){
#echo "$1" | sed "y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/"
echo "$1" | tr [A-Z] [a-z]
}

Expand Down
1 change: 0 additions & 1 deletion tools/installpsh-suse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ trap '

#Verify The Installer Choice (for direct runs of this script)
lowercase(){
#echo "$1" | sed "y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/"
echo "$1" | tr [A-Z] [a-z]
}

Expand Down