File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -924,7 +924,7 @@ yumdownloader --source pg_probackup-16
924
924
</para >
925
925
<programlisting >
926
926
. /etc/os-release
927
- echo "rpm http://repo.postgrespro.ru/pg_probackup/rpm/latest/altlinux-p$VERSION_ID x86_64 vanilla" | \
927
+ echo "rpm http://repo.postgrespro.ru/pg_probackup/rpm/latest/altlinux-p${ VERSION_ID%%.*} x86_64 vanilla" | \
928
928
sudo tee /etc/apt/sources.list.d/pg_probackup.list
929
929
</programlisting >
930
930
</listitem >
@@ -934,7 +934,7 @@ sudo tee /etc/apt/sources.list.d/pg_probackup.list
934
934
</para >
935
935
<programlisting >
936
936
. /etc/os-release
937
- echo "rpm http://repo.postgrespro.ru/pg_probackup/rpm/latest/altlinux-$VERSION_ID x86_64 vanilla" | \
937
+ echo "rpm http://repo.postgrespro.ru/pg_probackup/rpm/latest/altlinux-${ VERSION_ID%%.*} x86_64 vanilla" | \
938
938
sudo tee /etc/apt/sources.list.d/pg_probackup.list
939
939
</programlisting >
940
940
</listitem >
You can’t perform that action at this time.
0 commit comments