Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hayao0819/eg-installer
簡単にカスタマイズ、使用できるパッケージマネージャ非依存のGUIの小さなパッケージインストーラーです。
https://github.com/hayao0819/eg-installer
Last synced: 3 days ago
JSON representation
簡単にカスタマイズ、使用できるパッケージマネージャ非依存のGUIの小さなパッケージインストーラーです。
- Host: GitHub
- URL: https://github.com/hayao0819/eg-installer
- Owner: Hayao0819
- License: mit
- Created: 2019-12-13T10:36:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T04:03:44.000Z (over 4 years ago)
- Last Synced: 2023-03-06T07:17:50.644Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 195 KB
- Stars: 45
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# スクリーンショット
![スクリーンショット](https://raw.githubusercontent.com/Hayao0819/screenshots/master/eg-installer_2020-01-07_20-30-51.png)# 概要
GUIでパッケージをインストールできるウィザードです。
ArchLinux派生ディストリビューションを構築する際の初期セットアップとして作成しました。# 各ディストリビューション向けパッケージ
## ArchLinux
[こちらのPKGBUILD](https://github.com/Hayao0819/EG-Installer-PKGBUILD)よりビルドするか、[私のリポジトリ](https://github.com/Hayao0819/archlinux-repo)からインストールしてください。
## Ubuntu
SereneTeamが管理、開発を行っている[SereneStartdash](https://github.com/Hayao0819/serene-startdash)をご利用ください。# 試しに使う
ArchLinuxの場合は、簡単に試すことができます。
v1.9からはconfigを変更しなくてもpacmanとaptが自動認識されるようになりました。```bash
git clone https://github.com/Hayao0819/EG-Installer.git eg-installer/
cd eg-installer/
chmod +x eg-installer
./eg-installer
```# 依存関係
- bash
- polkit
- zenity# アップデーターについて
アップデーターは[こちら](https://gist.github.com/Hayao0819/6135651937954048fd1cb3c31f6b64b5)にあります。
このアップデーターはv1.6以降からのアップデートにのみ対応していますので、それ以前のバージョンでは使用しないでください。(正常にバージョン取得を行えずにエラーになります。)
アップデーターはsoftwaresまで上書きするので、ディストリビューターは使用しないでください。