From a3ffe809b006af481d7f52daefd979b64cc040ad Mon Sep 17 00:00:00 2001 From: xscriptor Date: Sun, 22 Mar 2026 15:09:46 +0100 Subject: [PATCH] update xscriptordev to xscriptor repo --- README.md | 2 +- scripts/README.md | 6 +++--- wsl/README.md | 4 ++-- wsl/setup/README.md | 2 +- x.sh | 8 ++++---- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 4c16ebc..832d898 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This repository contains system scripts for XOS. The primary entrypoint is `x.sh - Run `bash x.sh` after system startup or reboot. ```bash - curl -sLO https://raw.githubusercontent.com/xscriptordev/x/main/x.sh || exit 0; chmod +x x.sh || true; ./x.sh || true + curl -sLO https://raw.githubusercontent.com/xscriptor/x/main/x.sh || exit 0; chmod +x x.sh || true; ./x.sh || true ``` - After execution, reload your shell: `source ~/.bashrc` or `source ~/.zshrc`. diff --git a/scripts/README.md b/scripts/README.md index 601122c..439b3dc 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -5,17 +5,17 @@ ### To add Nvidia support run the following command: ```bash -curl -sL https://raw.githubusercontent.com/xscriptordev/x/main/scripts/nvidia/script.sh | bash +curl -sL https://raw.githubusercontent.com/xscriptor/x/main/scripts/nvidia/script.sh | bash ``` ### to install qemu run the following command: ```bash -curl -sL https://raw.githubusercontent.com/xscriptordev/x/main/scripts/qemu/script.sh | bash +curl -sL https://raw.githubusercontent.com/xscriptor/x/main/scripts/qemu/script.sh | bash ``` ## web ### To install nvm+ node + typescript + npm + pnpm + yarn run the following command: ```bash -curl -sL https://raw.githubusercontent.com/xscriptordev/x/main/scripts/nvm/script.sh | bash +curl -sL https://raw.githubusercontent.com/xscriptor/x/main/scripts/nvm/script.sh | bash ``` \ No newline at end of file diff --git a/wsl/README.md b/wsl/README.md index 7dc5d77..0a239f1 100644 --- a/wsl/README.md +++ b/wsl/README.md @@ -16,7 +16,7 @@ This script must be run as `root` on a fresh WSL instance. ```bash # Download and run as root -wget https://raw.githubusercontent.com/xscriptordev/x/main/wsl/install.sh +wget https://raw.githubusercontent.com/xscriptor/x/main/wsl/install.sh chmod +x install.sh sudo ./install.sh ``` @@ -39,7 +39,7 @@ After restarting, run the setup script to finish configuring your environment. See [setup/README.md](../setup/README.md) for details. ```bash -wget https://raw.githubusercontent.com/xscriptordev/x/main/wsl/setup/install.sh +wget https://raw.githubusercontent.com/xscriptor/x/main/wsl/setup/install.sh chmod +x install.sh ./install.sh ``` diff --git a/wsl/setup/README.md b/wsl/setup/README.md index 549e3ae..c178e37 100644 --- a/wsl/setup/README.md +++ b/wsl/setup/README.md @@ -10,7 +10,7 @@ Run the setup script to configure your environment: ```bash # Download and run directly -wget https://raw.githubusercontent.com/xscriptordev/x/main/wsl/setup/install.sh +wget https://raw.githubusercontent.com/xscriptor/x/main/wsl/setup/install.sh chmod +x install.sh ./install.sh ``` diff --git a/x.sh b/x.sh index e4c8166..8086a58 100644 --- a/x.sh +++ b/x.sh @@ -202,10 +202,10 @@ if command -v code &>/dev/null; then fi -wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/ghostty/install.sh | bash -wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/ptyxis/install.sh | bash -curl -fsSL https://raw.githubusercontent.com/xscriptordev/xfetch/main/install.sh | bash -curl -fsSL https://raw.githubusercontent.com/xscriptordev/xtop/main/install.sh | bash +wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/ghostty/install.sh | bash +wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/ptyxis/install.sh | bash +curl -fsSL https://raw.githubusercontent.com/xscriptor/xfetch/main/install.sh | bash +curl -fsSL https://raw.githubusercontent.com/xscriptor/xtop/main/install.sh | bash echo " Done. Reload your shell:" echo " source ~/.bashrc or source ~/.zshrc"