[PR #22] [MERGED] ТОТАЛ РЕФАКТОРИНГ #43

Closed
opened 2025-10-09 19:13:50 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Snowy-Fluffy/zapret.installer/pull/22
Author: @ArThirtyFour
Created: 7/9/2025
Status: Merged
Merged: 7/9/2025
Merged by: @Snowy-Fluffy

Base: mainHead: my_vetka


📝 Commits (1)

📊 Changes

9 files changed (+1053 additions, -933 deletions)

View changed files

📝 README.md (+2 -1)
📝 installer.sh (+4 -3)
lib/config.sh (+270 -0)
lib/init.sh (+132 -0)
lib/install.sh (+187 -0)
lib/menu.sh (+120 -0)
lib/service.sh (+246 -0)
lib/utils.sh (+73 -0)
📝 zapret-control.sh (+19 -929)

📄 Description

Итак ,я посмотрел , скрипт хороший , но были проблемки с читаемостью скрипта и прочим.


Я сделал следующее:

  • Разбил Sh файлы по отдельным модулям
  • Добавил поддержку Aipline (и некоторых производных Arch)
  • Ну и чуть изменил README

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Snowy-Fluffy/zapret.installer/pull/22 **Author:** [@ArThirtyFour](https://github.com/ArThirtyFour) **Created:** 7/9/2025 **Status:** ✅ Merged **Merged:** 7/9/2025 **Merged by:** [@Snowy-Fluffy](https://github.com/Snowy-Fluffy) **Base:** `main` ← **Head:** `my_vetka` --- ### 📝 Commits (1) - [`ec7033a`](https://github.com/Snowy-Fluffy/zapret.installer/commit/ec7033a388aa01ce1edf7f2b474629279138a193) ReFactor ### 📊 Changes **9 files changed** (+1053 additions, -933 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -1) 📝 `installer.sh` (+4 -3) ➕ `lib/config.sh` (+270 -0) ➕ `lib/init.sh` (+132 -0) ➕ `lib/install.sh` (+187 -0) ➕ `lib/menu.sh` (+120 -0) ➕ `lib/service.sh` (+246 -0) ➕ `lib/utils.sh` (+73 -0) 📝 `zapret-control.sh` (+19 -929) </details> ### 📄 Description ### Итак ,я посмотрел , скрипт хороший , но были проблемки с читаемостью скрипта и прочим. --- #### Я сделал следующее: * Разбил Sh файлы по отдельным модулям * Добавил поддержку Aipline (и некоторых производных Arch) * Ну и чуть изменил README --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 19:13:51 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/zapret.installer-Snowy-Fluffy#43