Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdc7d381

Browse files
committed
Trim the minor ALT Linux versions in the installation instructions
1 parent98863ae commitdc7d381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/pgprobackup.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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" | \
928928
sudo 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" | \
938938
sudo tee /etc/apt/sources.list.d/pg_probackup.list
939939
</programlisting>
940940
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp