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
924924 </para >
925925 <programlisting >
926926. /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" | \
928928sudo tee /etc/apt/sources.list.d/pg_probackup.list
929929</programlisting >
930930 </listitem >
@@ -934,7 +934,7 @@ sudo tee /etc/apt/sources.list.d/pg_probackup.list
934934 </para >
935935 <programlisting >
936936. /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" | \
938938sudo tee /etc/apt/sources.list.d/pg_probackup.list
939939</programlisting >
940940 </listitem >
You can’t perform that action at this time.
0 commit comments