From 34904c23fc6507a581b082c71a2f7b82b76be2d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9?= Date: Tue, 2 Jul 2024 14:14:03 +0300 Subject: [PATCH 1/4] =?UTF-8?q?=D0=9F=D1=83=D1=82=D1=8C=20=D1=83=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dbf133..5b6eb2d 100755 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ ALR - это независимая от дистрибутива система ## Установка ALR ```bash -curl -fsSL plemya-x.ru/alr/install | bash +curl -fsSL plemya-x.ru/alr/install.sh | bash ``` \ No newline at end of file From 105efeeb423d8067c490e5719558d8472d9f9576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9?= Date: Tue, 2 Jul 2024 15:49:50 +0300 Subject: [PATCH 2/4] syncthing 1.27.9 --- syncthing/alr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing/alr.sh b/syncthing/alr.sh index 7568c45..2e7642e 100644 --- a/syncthing/alr.sh +++ b/syncthing/alr.sh @@ -1,5 +1,5 @@ name='syncthing' -version='1.27.8' +version='1.27.9' release='1' desc='Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers.' homepage='https://syncthing.net/' From 44a8dd04df91dedf62e0f97a9d68fafa940366f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9?= Date: Thu, 4 Jul 2024 10:11:46 +0300 Subject: [PATCH 3/4] fastfetch 2.17.2 --- fastfetch/alr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastfetch/alr.sh b/fastfetch/alr.sh index 80b2e55..378ce3c 100644 --- a/fastfetch/alr.sh +++ b/fastfetch/alr.sh @@ -1,5 +1,5 @@ name='fastfetch' -version='2.17.1' +version='2.17.2' release='1' desc='Fastfetch is a neofetch-like tool for fetching system information and displaying them in a pretty way. It is written mainly in C, with performance and customizability in mind. Currently, Linux, Android, FreeBSD, MacOS and Windows 7+ are supported.' homepage='https://github.com/fastfetch-cli/fastfetch' From eda8b9d4bf58f8799b279a84432b6cc0ef579bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9?= Date: Thu, 4 Jul 2024 10:12:28 +0300 Subject: [PATCH 4/4] telegram-desktop 5.2.2 --- telegram-desktop-bin/alr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram-desktop-bin/alr.sh b/telegram-desktop-bin/alr.sh index 85223c2..b6c7c12 100755 --- a/telegram-desktop-bin/alr.sh +++ b/telegram-desktop-bin/alr.sh @@ -1,5 +1,5 @@ name='telegram-desktop-bin' -version='5.2.1' +version='5.2.2' release='1' desc='Official desktop version of Telegram messaging app - Static binaries' homepage='https://github.com/telegramdesktop/tdesktop'