From ecf80943ef079aabf3ce9107d6cba188cf1258cf Mon Sep 17 00:00:00 2001 From: Thomas Brugman Date: Wed, 27 Aug 2025 15:18:10 +0200 Subject: [PATCH 1/7] Feat: Add support for installation of Chaotic-AUR in Linutil --- .../system-setup/arch/chaotic-aur-setup.sh | 24 +++++++++++++++++++ core/tabs/system-setup/tab_data.toml | 6 +++++ 2 files changed, 30 insertions(+) create mode 100755 core/tabs/system-setup/arch/chaotic-aur-setup.sh diff --git a/core/tabs/system-setup/arch/chaotic-aur-setup.sh b/core/tabs/system-setup/arch/chaotic-aur-setup.sh new file mode 100755 index 000000000..c1fad5f3e --- /dev/null +++ b/core/tabs/system-setup/arch/chaotic-aur-setup.sh @@ -0,0 +1,24 @@ +#!/bin/sh -e + +. ../../common-script.sh + +installChaoticAUR() { + case "$PACKAGER" in + pacman) + if ! grep -q "\[chaotic-aur\]" /etc/pacman.conf; then + printf "%b\n" "${YELLOW}Installing Chaotic-AUR repository...${RC}" + curl -fsSL https://naturl.link/chaotic-aur | "$ESCALATION_TOOL" sh + printf "%b\n" "${GREEN}Chaotic-AUR repository installed and enabled${RC}" + else + printf "%b\n" "${GREEN}Chaotic-AUR repository already installed${RC}" + fi + ;; + *) + printf "%b\n" "${RED}Chaotic-AUR is only supported on Arch-based systems${RC}" + ;; + esac +} + +checkEnv +checkEscalationTool +installChaoticAUR \ No newline at end of file diff --git a/core/tabs/system-setup/tab_data.toml b/core/tabs/system-setup/tab_data.toml index c8c35b047..ca488b74f 100644 --- a/core/tabs/system-setup/tab_data.toml +++ b/core/tabs/system-setup/tab_data.toml @@ -79,6 +79,12 @@ description = "Yet Another Yogurt - An AUR Helper Written in Go. To know more ab script = "arch/yay-setup.sh" task_list = "I" +[[data.entries]] +name = "Chaotic-AUR Repository" +description = "Chaotic-AUR provides prebuilt binaries for popular AUR packages, saving compilation time. To know more visit: https://aur.chaotic.cx/" +script = "arch/chaotic-aur-setup.sh" +task_list = "I" + [[data]] name = "Debian" From ddb3d1ff4b9ba009263378fa2cacd83f1b0d4e5b Mon Sep 17 00:00:00 2001 From: Thomas Brugman Date: Wed, 27 Aug 2025 15:45:27 +0200 Subject: [PATCH 2/7] Add code comments for easier understanding, add docs for the new feature, plus menu entry rewording. --- core/tabs/system-setup/arch/chaotic-aur-setup.sh | 7 ++++++- core/tabs/system-setup/tab_data.toml | 2 +- docs/userguide.md | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/core/tabs/system-setup/arch/chaotic-aur-setup.sh b/core/tabs/system-setup/arch/chaotic-aur-setup.sh index c1fad5f3e..6a668079c 100755 --- a/core/tabs/system-setup/arch/chaotic-aur-setup.sh +++ b/core/tabs/system-setup/arch/chaotic-aur-setup.sh @@ -5,15 +5,20 @@ installChaoticAUR() { case "$PACKAGER" in pacman) + # Check if Chaotic-AUR is already installed if ! grep -q "\[chaotic-aur\]" /etc/pacman.conf; then + # Print message indicating Chaotic-AUR is being installed printf "%b\n" "${YELLOW}Installing Chaotic-AUR repository...${RC}" + # Call Escalation Tool and install and enable Chaotic-AUR curl -fsSL https://naturl.link/chaotic-aur | "$ESCALATION_TOOL" sh + # Print message indicating Chaotic-AUR has been installed and enabled printf "%b\n" "${GREEN}Chaotic-AUR repository installed and enabled${RC}" else + # Print message indicating Chaotic-AUR is already installed printf "%b\n" "${GREEN}Chaotic-AUR repository already installed${RC}" fi ;; - *) + *) # Print error message when linutil detects that user is not on Arch-based system printf "%b\n" "${RED}Chaotic-AUR is only supported on Arch-based systems${RC}" ;; esac diff --git a/core/tabs/system-setup/tab_data.toml b/core/tabs/system-setup/tab_data.toml index ca488b74f..2dc888cf0 100644 --- a/core/tabs/system-setup/tab_data.toml +++ b/core/tabs/system-setup/tab_data.toml @@ -80,7 +80,7 @@ script = "arch/yay-setup.sh" task_list = "I" [[data.entries]] -name = "Chaotic-AUR Repository" +name = "Install Chaotic-AUR Repository" description = "Chaotic-AUR provides prebuilt binaries for popular AUR packages, saving compilation time. To know more visit: https://aur.chaotic.cx/" script = "arch/chaotic-aur-setup.sh" task_list = "I" diff --git a/docs/userguide.md b/docs/userguide.md index 8356f131e..fa43550a7 100644 --- a/docs/userguide.md +++ b/docs/userguide.md @@ -91,6 +91,7 @@ https://github.com/ChrisTitusTech/dwm-titus - **Paru AUR Helper**: Paru is your standard pacman wrapping AUR helper with lots of features and minimal interaction. To know more about AUR helpers visit: https://wiki.archlinux.org/title/AUR_helpers - **Virtualization**: QEMU, Libvirt, Virt-Manager installation and configuration. - **Yay AUR Helper**: Yet Another Yogurt - An AUR Helper Written in Go. To know more about AUR helpers visit: https://wiki.archlinux.org/title/AUR_helpers +- **Install Chaotic-AUR**: Chaotic-AUR provides prebuilt binaries for popular AUR packages, saving compilation time. To know more visit: https://aur.chaotic.cx/ ### Fedora From 231b3f31603514c1adf928619d541f4c1c465b55 Mon Sep 17 00:00:00 2001 From: Thomas Brugman Date: Wed, 27 Aug 2025 15:56:36 +0200 Subject: [PATCH 3/7] Run docgen --- docs/userguide.md | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/docs/userguide.md b/docs/userguide.md index fa43550a7..6d1359954 100644 --- a/docs/userguide.md +++ b/docs/userguide.md @@ -12,6 +12,7 @@ - **Slack**: Slack is a collaboration platform designed for team communication, featuring channels, direct messaging, file sharing, and integrations with various productivity tools. - **Telegram**: Telegram is a cloud-based messaging app known for its speed and security, offering features like group chats, channels, and end-to-end encrypted calls. - **Thunderbird**: Thunderbird is a free, open-source email client that offers powerful features like customizable email management, a built-in calendar, and extensive add-ons for enhanced functionality. +- **ZapZap**: ZapZap is an open source whatsapp desktop client for Linux users developed by rafatosta. - **Zoom**: Zoom is a widely-used video conferencing platform that allows users to host virtual meetings, webinars, and online collaboration with features like screen sharing and recording. ### Developer Tools @@ -27,6 +28,7 @@ https://github.com/ChrisTitusTech/neovim - **Sublime Text**: Sublime Text is a fast, lightweight, and customizable text editor known for its simplicity, powerful features, and wide range of plugins for various programming languages. - **VS Code**: Visual Studio Code (VS Code) is a lightweight, open-source code editor with built-in support for debugging, version control, and extensions for various programming languages and frameworks. - **VS Codium**: VSCodium is a free, open-source version of Visual Studio Code (VS Code) that removes Microsoft-specific telemetry and branding. +- **Zed**: Zed is a next-generation code editor written in rust, designed for high-performance collaboration with humans and AI. ### Office Suites @@ -42,12 +44,15 @@ https://github.com/ChrisTitusTech/neovim - **LibreWolf**: LibreWolf is a fork of Firefox, focused on privacy, security, and freedom. - **Lynx**: Lynx is a highly configurable text-based web browser for use on cursor-addressable character cell terminals. - **Mozilla Firefox**: Mozilla Firefox is a free and open-source web browser developed by the Mozilla Foundation. +- **Zen Browser**: Zen Browser is a privacy-focused web browser designed for enhanced security and a seamless browsing experience. - **Thorium**: Thorium is a Chromium-based browser focused on privacy and performance. - **Vivaldi**: Vivaldi is a freeware, cross-platform web browser developed by Vivaldi Technologies. - **Tor Browser**: Tor Browser is a free and open-source firefox-based web browser designed for anonymity and censorship circumvention. - **waterfox**: Waterfox is the privacy-focused web browser engineered to give you speed, control, and peace of mind on the internet. - **Alacritty**: Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration. By integrating with other applications, rather than reimplementing their functionality, it manages to provide a flexible set of features with high performance. The supported platforms currently consist of BSD, Linux, macOS and Windows. This command installs and configures alacritty terminal emulator. - **Android Debloater**: Universal Android Debloater (UAD) is a tool designed to help users remove bloatware and unnecessary pre-installed applications from Android devices, enhancing performance and user experience. +- **Auto CPU Frequency**: Automatic CPU speed & power optimizer. +https://github.com/AdnanHodzic/auto-cpufreq - **Bash Prompt**: The .bashrc file is a script that runs every time a new terminal session is started in Unix-like operating systems. It is used to configure the shell session, set up aliases, define functions, and more, making the terminal easier to use and more powerful. This command configures the key sections and functionalities defined in the .bashrc file from CTT's mybash repository. https://github.com/ChrisTitusTech/mybash - **Bottles**: Bottles allows Windows software, like applications and games, to run on Linux. Bottles also provides tools to categorize, organize and optimize your applications. - **Docker**: Docker is an open platform that uses OS-level virtualization to deliver software in packages called containers. @@ -76,32 +81,52 @@ https://github.com/ChrisTitusTech/dwm-titus - **Loot Filter**: This is a loot filter for Diablo II Resurrected. It's designed to be a simple, clean, and easy to read loot filter that highlights the most important items. Works on battle.net and single player. No frills, no config, just highlights high runes and other valuable items. For more information visit: https://github.com/ChrisTitusTech/d2r-loot-filter +### Fallout 76 + +- **Fallout 76 Custom INI**: This script will add a Custom Fallout 76 INI file that improves performance and stability. It also includes some quality of life improvements. + ## Security -- **Firewall Baselines (CTT)**: Developed to ease iptables firewall configuration, UFW provides a user friendly way to create an IPv4 or IPv6 host-based firewall. This command installs UFW and configures UFW based on CTT's recommended rules. For more information visit: https://christitus.com/linux-security-mistakes +- **UFW Firewall Baselines (CTT)**: Developed to ease iptables firewall configuration, UFW provides a user friendly way to create an IPv4 or IPv6 host-based firewall. This command installs UFW and configures UFW based on CTT's recommended rules. For more information visit: https://christitus.com/linux-security-mistakes +- **FirewallD Firewall Baselines (CTT)**: Configure FirewallD with CTT's recommended baseline rules for improved system security. For more information visit: https://christitus.com/linux-security-mistakes ## System Setup -### Arch Linux +### Alpine + +- **Alpine Update**: Upgrades Alpine Linux to either latest stable or edge repositories + +### Arch - **Arch Server Setup**: This command installs a minimal arch server setup under 5 minutes. +- **Hyprland JaKooLit**: Install JaKooLit's Hyprland configuration +- **Omarchy Rice by DHH**: Simplified Hyprland configuration by DHH the ruby on rails dude. - **Linux Neptune for SteamDeck**: Valve's fork of Linux Kernel for the SteamDeck - **Nvidia Drivers && Hardware Acceleration**: This script installs and configures nvidia drivers with Hardware Acceleration. - **Paru AUR Helper**: Paru is your standard pacman wrapping AUR helper with lots of features and minimal interaction. To know more about AUR helpers visit: https://wiki.archlinux.org/title/AUR_helpers - **Virtualization**: QEMU, Libvirt, Virt-Manager installation and configuration. - **Yay AUR Helper**: Yet Another Yogurt - An AUR Helper Written in Go. To know more about AUR helpers visit: https://wiki.archlinux.org/title/AUR_helpers -- **Install Chaotic-AUR**: Chaotic-AUR provides prebuilt binaries for popular AUR packages, saving compilation time. To know more visit: https://aur.chaotic.cx/ +- **Install Chaotic-AUR Repository**: Chaotic-AUR provides prebuilt binaries for popular AUR packages, saving compilation time. To know more visit: https://aur.chaotic.cx/ + +### Debian + +- **Hyprland JaKooLit**: Install JaKooLit's Hyprland configuration ### Fedora - **Configure DNF**: Optimizes DNF for parallel downloads +- **Hyprland JaKooLit**: Install JaKooLit's Hyprland configuration - **Multimedia Codecs**: This script is designed to install multimedia codecs, and to ensure RPM Fusion repositories are installed. - **Nvidia Proprietary Drivers**: This script is designed to download the proprietary NVIDIA drivers in Fedora. - **RPM Fusion**: RPM Fusion provides software that the Fedora Project or Red Hat doesn't want to ship. That software is provided as precompiled RPMs for all current Fedora versions and current Red Hat Enterprise Linux or clones versions; you can use the RPM Fusion repositories with tools like yum and PackageKit. For more information visit: https://rpmfusion.org/ - **Upgrade to a New Fedora Release**: Upgrades system to the next Fedora release - **Virtualization**: Enables Virtualization through dnf - **Btrfs Assistant, Snapper Config, grub-btrfs**: Installs Btrfs Assistant, Snapper, dnf snapper plugin and takes the first root(/) and /home snapshots. Enables snapper-timeline and snapper-cleanup services. Installs Grub-Btrfs. Notice: To perform a system recovery via grub-btrfs, perform a restore operation with Btrfs Assistant GUI after booting into the snapshot. Notice: If you used the default Fedora disk partitioning during OS installation, the /boot configured as an separate EXT4 partition. Therefore, it cannot be included in root snapshots. Backup separately. + +### Ubuntu + +- **Hyprland JaKooLit**: Install JaKooLit's Hyprland configuration - **Build Prerequisites**: This script is designed to handle the installation of various software dependencies across different Linux distributions - **Full System Cleanup**: This script is designed to remove unnecessary packages, clean old cache files, remove temporary files, and to empty the trash. - **Full System Update**: This command updates your system to the latest packages available for your distro @@ -138,8 +163,8 @@ https://github.com/ChrisTitusTech/dwm-titus - **Auto Mount Drive**: This utility is designed to help with automating the process of mounting a drive on to your system. - **Bluetooth Manager**: This utility is designed to manage bluetooth in your system +- **US Locale Setup**: This fixes US UTF-8 Locale and Folder listings - **Numlock on Startup**: This utility is designed to enable Num Lock at boot, rather than within desktop environments like KDE or GNOME - **Ollama**: This utility is designed to manage ollama in your system - **Service Manager**: This utility is designed to manage services in your system - **WiFi Manager**: This utility is designed to manage wifi in your system - From 7e6d6ea0f14122d3efa123e189b37dca2e5d193d Mon Sep 17 00:00:00 2001 From: Thomas Brugman Date: Mon, 1 Sep 2025 10:54:27 +0000 Subject: [PATCH 4/7] Rewrite to preferred code style --- core/tabs/system-setup/arch/chaotic-aur-setup.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/core/tabs/system-setup/arch/chaotic-aur-setup.sh b/core/tabs/system-setup/arch/chaotic-aur-setup.sh index 6a668079c..6b4a68d9f 100755 --- a/core/tabs/system-setup/arch/chaotic-aur-setup.sh +++ b/core/tabs/system-setup/arch/chaotic-aur-setup.sh @@ -10,7 +10,12 @@ installChaoticAUR() { # Print message indicating Chaotic-AUR is being installed printf "%b\n" "${YELLOW}Installing Chaotic-AUR repository...${RC}" # Call Escalation Tool and install and enable Chaotic-AUR - curl -fsSL https://naturl.link/chaotic-aur | "$ESCALATION_TOOL" sh + "$ESCALATION_TOOL" "$PACKAGER"-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com + "$ESCALATION_TOOL" "$PACKAGER"-key --lsign-key 3056513887B78AEB + "$ESCALATION_TOOL" "$PACKAGER" -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' + "$ESCALATION_TOOL" "$PACKAGER" -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' + echo "\n[chaotic-aur]\nInclude = /etc/pacman.d/chaotic-mirrorlist" | $ESCALATION_TOOL tee -a /etc/pacman.conf + "$ESCALATION_TOOL" "$PACKAGER" -Syu --noconfirm # Print message indicating Chaotic-AUR has been installed and enabled printf "%b\n" "${GREEN}Chaotic-AUR repository installed and enabled${RC}" else From 6869f82d07acd8ce30a51f7ce4b5a624065b8575 Mon Sep 17 00:00:00 2001 From: Thomas Brugman Date: Mon, 1 Sep 2025 11:11:19 +0000 Subject: [PATCH 5/7] Fix some typos with $ESCALATION_TOOL Replace "$PACKAGER"-key with pacman-key --- core/tabs/system-setup/arch/chaotic-aur-setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/tabs/system-setup/arch/chaotic-aur-setup.sh b/core/tabs/system-setup/arch/chaotic-aur-setup.sh index 6b4a68d9f..ec1f54e6a 100755 --- a/core/tabs/system-setup/arch/chaotic-aur-setup.sh +++ b/core/tabs/system-setup/arch/chaotic-aur-setup.sh @@ -10,11 +10,11 @@ installChaoticAUR() { # Print message indicating Chaotic-AUR is being installed printf "%b\n" "${YELLOW}Installing Chaotic-AUR repository...${RC}" # Call Escalation Tool and install and enable Chaotic-AUR - "$ESCALATION_TOOL" "$PACKAGER"-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com - "$ESCALATION_TOOL" "$PACKAGER"-key --lsign-key 3056513887B78AEB + "$ESCALATION_TOOL" pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com + "$ESCALATION_TOOL" pacman-key --lsign-key 3056513887B78AEB "$ESCALATION_TOOL" "$PACKAGER" -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' "$ESCALATION_TOOL" "$PACKAGER" -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' - echo "\n[chaotic-aur]\nInclude = /etc/pacman.d/chaotic-mirrorlist" | $ESCALATION_TOOL tee -a /etc/pacman.conf + echo "\n[chaotic-aur]\nInclude = /etc/pacman.d/chaotic-mirrorlist" | "$ESCALATION_TOOL" tee -a /etc/pacman.conf "$ESCALATION_TOOL" "$PACKAGER" -Syu --noconfirm # Print message indicating Chaotic-AUR has been installed and enabled printf "%b\n" "${GREEN}Chaotic-AUR repository installed and enabled${RC}" From 8239d07f45e267f412deed3d9b171cc63600f3ad Mon Sep 17 00:00:00 2001 From: Thomas Brugman Date: Mon, 1 Sep 2025 11:54:52 +0000 Subject: [PATCH 6/7] Apply formatting shfmt --- .../system-setup/arch/chaotic-aur-setup.sh | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/core/tabs/system-setup/arch/chaotic-aur-setup.sh b/core/tabs/system-setup/arch/chaotic-aur-setup.sh index ec1f54e6a..e0dbf884b 100755 --- a/core/tabs/system-setup/arch/chaotic-aur-setup.sh +++ b/core/tabs/system-setup/arch/chaotic-aur-setup.sh @@ -3,32 +3,32 @@ . ../../common-script.sh installChaoticAUR() { - case "$PACKAGER" in - pacman) - # Check if Chaotic-AUR is already installed - if ! grep -q "\[chaotic-aur\]" /etc/pacman.conf; then - # Print message indicating Chaotic-AUR is being installed - printf "%b\n" "${YELLOW}Installing Chaotic-AUR repository...${RC}" - # Call Escalation Tool and install and enable Chaotic-AUR - "$ESCALATION_TOOL" pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com - "$ESCALATION_TOOL" pacman-key --lsign-key 3056513887B78AEB - "$ESCALATION_TOOL" "$PACKAGER" -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' - "$ESCALATION_TOOL" "$PACKAGER" -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' - echo "\n[chaotic-aur]\nInclude = /etc/pacman.d/chaotic-mirrorlist" | "$ESCALATION_TOOL" tee -a /etc/pacman.conf - "$ESCALATION_TOOL" "$PACKAGER" -Syu --noconfirm - # Print message indicating Chaotic-AUR has been installed and enabled - printf "%b\n" "${GREEN}Chaotic-AUR repository installed and enabled${RC}" - else - # Print message indicating Chaotic-AUR is already installed - printf "%b\n" "${GREEN}Chaotic-AUR repository already installed${RC}" - fi - ;; - *) # Print error message when linutil detects that user is not on Arch-based system - printf "%b\n" "${RED}Chaotic-AUR is only supported on Arch-based systems${RC}" - ;; - esac + case "$PACKAGER" in + pacman) + # Check if Chaotic-AUR is already installed + if ! grep -q "\[chaotic-aur\]" /etc/pacman.conf; then + # Print message indicating Chaotic-AUR is being installed + printf "%b\n" "${YELLOW}Installing Chaotic-AUR repository...${RC}" + # Call Escalation Tool and install and enable Chaotic-AUR + "$ESCALATION_TOOL" pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com + "$ESCALATION_TOOL" pacman-key --lsign-key 3056513887B78AEB + "$ESCALATION_TOOL" "$PACKAGER" -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' + "$ESCALATION_TOOL" "$PACKAGER" -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' + echo "\n[chaotic-aur]\nInclude = /etc/pacman.d/chaotic-mirrorlist" | "$ESCALATION_TOOL" tee -a /etc/pacman.conf + "$ESCALATION_TOOL" "$PACKAGER" -Syu --noconfirm + # Print message indicating Chaotic-AUR has been installed and enabled + printf "%b\n" "${GREEN}Chaotic-AUR repository installed and enabled${RC}" + else + # Print message indicating Chaotic-AUR is already installed + printf "%b\n" "${GREEN}Chaotic-AUR repository already installed${RC}" + fi + ;; + *) # Print error message when linutil detects that user is not on Arch-based system + printf "%b\n" "${RED}Chaotic-AUR is only supported on Arch-based systems${RC}" + ;; + esac } checkEnv checkEscalationTool -installChaoticAUR \ No newline at end of file +installChaoticAUR From 9d2700b894d66e176ecfc38e19beebca327289fe Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Tue, 9 Sep 2025 13:52:49 -0500 Subject: [PATCH 7/7] switch echo to printf for posix compliance. --- core/tabs/system-setup/arch/chaotic-aur-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tabs/system-setup/arch/chaotic-aur-setup.sh b/core/tabs/system-setup/arch/chaotic-aur-setup.sh index e0dbf884b..c6e505e3c 100755 --- a/core/tabs/system-setup/arch/chaotic-aur-setup.sh +++ b/core/tabs/system-setup/arch/chaotic-aur-setup.sh @@ -14,7 +14,7 @@ installChaoticAUR() { "$ESCALATION_TOOL" pacman-key --lsign-key 3056513887B78AEB "$ESCALATION_TOOL" "$PACKAGER" -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' "$ESCALATION_TOOL" "$PACKAGER" -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' - echo "\n[chaotic-aur]\nInclude = /etc/pacman.d/chaotic-mirrorlist" | "$ESCALATION_TOOL" tee -a /etc/pacman.conf + printf "\n[chaotic-aur]\nInclude = /etc/pacman.d/chaotic-mirrorlist" | "$ESCALATION_TOOL" tee -a /etc/pacman.conf "$ESCALATION_TOOL" "$PACKAGER" -Syu --noconfirm # Print message indicating Chaotic-AUR has been installed and enabled printf "%b\n" "${GREEN}Chaotic-AUR repository installed and enabled${RC}"