We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6720d44 commit 3e7b912Copy full SHA for 3e7b912
get.sh
@@ -92,10 +92,10 @@ getPackage() {
92
;;
93
esac
94
95
- targetFile="/tmp/$REPO$suffix"
+ targetFile="/tmp/$REPO"
96
97
if [ "$userid" != "0" ]; then
98
- targetFile="$(pwd)/$REPO$suffix"
+ targetFile="$(pwd)/$REPO"
99
fi
100
101
if [ -e "$targetFile" ]; then
@@ -126,7 +126,7 @@ getPackage() {
126
echo " following commands may need to be run manually."
127
echo "============================================================"
128
echo
129
- echo " sudo cp $REPO$suffix $BINLOCATION/$REPO"
+ echo " sudo cp $REPO $BINLOCATION/$REPO"
130
131
if [ -n "$ALIAS_NAME" ]; then
132
echo " sudo ln -sf $BINLOCATION/$REPO $BINLOCATION/$ALIAS_NAME"
0 commit comments