Created
July 14, 2024 00:24
-
-
Save AkechiShiro/0a275dc19c3094d804874d6e80f94f3e to your computer and use it in GitHub Desktop.
Aegis-gui-install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
init-keys | |
sudo pacman -S --needed openssl yarn glib2 gtk3 libappindicator-gtk3 libsoup3 svt-av1 util-linux-libs util-linux webkit2gtk-4.1 pkg-config rustup | |
rustup install default nightly | |
git clone https://github.com/mwaurawakati/aegis-gui-tauri | |
cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch tauri-cli-v2.0.0-beta.22 | |
cd aegis-gui-tauri | |
sudo mount -o remount,size=8G /run/archiso/cowspace | |
WEBKIT_DISABLE_COMPOSITING_MODE=1 cargo tauri dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment