diff --git a/coolrune-variants/coolrune-amd.sh b/coolrune-variants/coolrune-amd.sh deleted file mode 100644 index 3f043fa..0000000 --- a/coolrune-variants/coolrune-amd.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/sh - -# License: GNU GPLv3 - -su -c ' -# CLEANUP -cleanup() { - rm -rf /home/coolrune-files - exit 1 -} - -trap cleanup INT TERM ERR EXIT - -# SCRIPT VOCABULARY / USER MODIFICATION SECTION -pacman1="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-pacman-1.7z" -pacman2="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-pacman-2.7z" -root_files="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-root.7z" -dotfiles="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-dotfiles.7z" -hardening_script="svn export https://github.com/MichaelSebero/CoolRune/trunk/coolrune-files/hardening-script" - -# FIRST COMMANDS AND COOLRUNE IMPORT -pacman-key --init && pacman -Sy --noconfirm --needed p7zip git subversion wget && mkdir /home/coolrune-files && cd /home/coolrune-files && eval $pacman1 && eval $pacman2 && eval $root_files && eval $hardening_script && 7z e coolrune-pacman-1.7z -o/etc -y && pacman -Sy --noconfirm --needed artix-keyring archlinux-keyring artix-archlinux-support && pacman-key --recv-key FBA220DFC880C036 --keyserver keyserver.ubuntu.com && pacman-key --lsign-key FBA220DFC880C036 && pacman -U --noconfirm 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' && 7z e coolrune-pacman-2.7z -o/etc -y && pacman-key --populate archlinux artix && pacman -Syyu --noconfirm --needed && eval $dotfiles && - -# REPO PACKAGES -if pacman -Qs nvidia &> /dev/null; then - pacman -Rns --noconfirm nvidia -fi - -pacman -R --noconfirm linux linux-headers pulseaudio pulseaudio-alsa pulseaudio-bluetooth pulseaudio-zeroconf epiphany xfce4-terminal xfce4-screenshooter parole xfce4-taskmanager mousepad leafpad xfburn ristretto xfce4-appfinder atril artix-branding-base artix-grub-theme mpv xfce4-sensors-plugin xfce4-notes-plugin && pacman -S --noconfirm --needed lib32-artix-archlinux-support base-devel flatpak kate librewolf python-pip tmux tealdeer jdownloader2 vulkan-icd-loader lib32-vulkan-icd-loader liferea ksnip gnome-keyring kcalc font-manager gwenview gimp gamemode lib32-gamemode fail2ban fail2ban-s6 evince dnscrypt-proxy dnscrypt-proxy-s6 apparmor apparmor-s6 bleachbit blueman unrar bluez-s6 konsole catfish clamav clamav-s6 ark devilspie gufw mugshot macchanger networkmanager networkmanager-s6 nm-connection-editor wine-ge-custom wine-mono winetricks ufw-s6 pcmanfm pavucontrol qbittorrent redshift psensor ntfs-3g steam lynis tenacity-git element-desktop rkhunter paru proton-ge-custom lib32-mesa vulkan-radeon lib32-vulkan-radeon protontricks-git mystiq appimagelauncher opendoas linux-tkg-pds linux-tkg-pds-headers pamac-nosnap plasma-systemmonitor tk lightdm-gtk-greeter-settings kalendar downgrade portmidi shellcheck npm libreoffice pipewire-pulse pipewire-alsa wireplumber gparted obs-studio kdenlive wine-gecko && - -# FLATPAK PACKAGES -flatpak install -y io.github.celluloid_player.Celluloid org.gnome.seahorse.Application/x86_64/stable && - -# PYTHON MODULES -pip install psutil python-dateutil pydub xlib pyaudio textract --user && - -# LAST COMMANDS AND COOLRUNE INSTALL -7z x coolrune-root.7z -o/ -y && 7z x coolrune-dotfiles.7z -o/home/$USER -y && chattr +i /etc/hosts && s6-service add default apparmor && s6-service add default fail2ban && s6-service add default NetworkManager && s6-service add default dnscrypt-proxy && s6-service add default ufw && rm /etc/s6/adminsv/default/contents.d/connmand && pacman -R --noconfirm connman-s6 connman connman-gtk && s6-db-reload && grub-mkconfig -o /boot/grub/grub.cfg && chmod 777 /home/$USER/.librewolf -R && chmod 777 "/home/$USER/Desktop/CoolRune Manual" && chmod 777 /home/$USER/.config -R && chmod 777 /home/$USER/.var/io.github.celluloid_player.Celluloid -R && chmod 777 /home/$USER/.var/app -R && chmod 777 /home/$USER/.local/share/applications -R && cd /home/coolrune-files/hardening-script && sh hardening-script.sh && grub-install && update-grub && echo "CoolRune has been successfully installed." && reboot ' diff --git a/coolrune-variants/coolrune-intel.sh b/coolrune-variants/coolrune-intel.sh deleted file mode 100644 index 06d0f57..0000000 --- a/coolrune-variants/coolrune-intel.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/sh - -# License: GNU GPLv3 - -su -c ' -# CLEANUP -cleanup() { - rm -rf /home/coolrune-files - exit 1 -} - -trap cleanup INT TERM ERR EXIT - -# SCRIPT VOCABULARY / USER MODIFICATION SECTION -pacman1="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-pacman-1.7z" -pacman2="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-pacman-2.7z" -root_files="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-root.7z" -dotfiles="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-dotfiles.7z" -hardening_script="svn export https://github.com/MichaelSebero/CoolRune/trunk/coolrune-files/hardening-script" - -# FIRST COMMANDS AND COOLRUNE IMPORT -pacman-key --init && pacman -Sy --noconfirm --needed p7zip git subversion wget && mkdir /home/coolrune-files && cd /home/coolrune-files && eval $pacman1 && eval $pacman2 && eval $root_files && eval $hardening_script && 7z e coolrune-pacman-1.7z -o/etc -y && pacman -Sy --noconfirm --needed artix-keyring archlinux-keyring artix-archlinux-support && pacman-key --recv-key FBA220DFC880C036 --keyserver keyserver.ubuntu.com && pacman-key --lsign-key FBA220DFC880C036 && pacman -U --noconfirm 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' && 7z e coolrune-pacman-2.7z -o/etc -y && pacman-key --populate archlinux artix && pacman -Syyu --noconfirm --needed && eval $dotfiles && - -# REPO PACKAGES -if pacman -Qs nvidia &> /dev/null; then - pacman -Rns --noconfirm nvidia -fi - -pacman -R --noconfirm linux linux-headers pulseaudio pulseaudio-alsa pulseaudio-bluetooth pulseaudio-zeroconf epiphany xfce4-terminal xfce4-screenshooter parole xfce4-taskmanager mousepad leafpad xfburn ristretto xfce4-appfinder atril artix-branding-base artix-grub-theme mpv xfce4-sensors-plugin xfce4-notes-plugin && pacman -S --noconfirm --needed lib32-artix-archlinux-support base-devel flatpak kate librewolf python-pip tmux tealdeer jdownloader2 vulkan-icd-loader lib32-vulkan-icd-loader liferea ksnip gnome-keyring kcalc font-manager gwenview gimp gamemode lib32-gamemode fail2ban fail2ban-s6 evince dnscrypt-proxy dnscrypt-proxy-s6 apparmor apparmor-s6 bleachbit blueman unrar bluez-s6 konsole catfish clamav clamav-s6 ark devilspie gufw mugshot macchanger networkmanager networkmanager-s6 nm-connection-editor wine-ge-custom wine-mono winetricks ufw-s6 pcmanfm pavucontrol qbittorrent redshift psensor ntfs-3g steam lynis tenacity-git element-desktop rkhunter paru proton-ge-custom lib32-mesa vulkan-intel lib32-vulkan-intel protontricks-git mystiq appimagelauncher opendoas linux-tkg-pds linux-tkg-pds-headers pamac-nosnap plasma-systemmonitor tk lightdm-gtk-greeter-settings kalendar downgrade portmidi shellcheck npm libreoffice pipewire-pulse pipewire-alsa wireplumber gparted obs-studio kdenlive wine-gecko && - -# FLATPAK PACKAGES -flatpak install -y io.github.celluloid_player.Celluloid org.gnome.seahorse.Application/x86_64/stable && - -# PYTHON MODULES -pip install psutil python-dateutil pydub xlib pyaudio textract --user && - -# LAST COMMANDS AND COOLRUNE INSTALL -7z x coolrune-root.7z -o/ -y && 7z x coolrune-dotfiles.7z -o/home/$USER -y && chattr +i /etc/hosts && s6-service add default apparmor && s6-service add default fail2ban && s6-service add default NetworkManager && s6-service add default dnscrypt-proxy && s6-service add default ufw && rm /etc/s6/adminsv/default/contents.d/connmand && pacman -R --noconfirm connman-s6 connman connman-gtk && s6-db-reload && grub-mkconfig -o /boot/grub/grub.cfg && chmod 777 /home/$USER/.librewolf -R && chmod 777 "/home/$USER/Desktop/CoolRune Manual" && chmod 777 /home/$USER/.config -R && chmod 777 /home/$USER/.var/io.github.celluloid_player.Celluloid -R && chmod 777 /home/$USER/.var/app -R && chmod 777 /home/$USER/.local/share/applications -R && cd /home/coolrune-files/hardening-script && sh hardening-script.sh && grub-install && update-grub && echo "CoolRune has been successfully installed." && reboot ' diff --git a/coolrune-variants/coolrune-nvidia.sh b/coolrune-variants/coolrune-nvidia.sh deleted file mode 100644 index 5d2724b..0000000 --- a/coolrune-variants/coolrune-nvidia.sh +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh - -# License: GNU GPLv3 - -su -c ' -# CLEANUP -cleanup() { - rm -rf /home/coolrune-files - exit 1 -} - -trap cleanup INT TERM ERR EXIT - -# SCRIPT VOCABULARY / USER MODIFICATION SECTION -pacman1="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-pacman-1.7z" -pacman2="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-pacman-2.7z" -root_files="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-root.7z" -dotfiles="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-dotfiles.7z" -nvidia_patch="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-nvidia-patch.7z" -hardening_script="svn export https://github.com/MichaelSebero/CoolRune/trunk/coolrune-files/hardening-script" - -# FIRST COMMANDS AND COOLRUNE IMPORT -pacman-key --init && pacman -Sy --noconfirm --needed p7zip git subversion wget && mkdir /home/coolrune-files && cd /home/coolrune-files && eval $pacman1 && eval $pacman2 && eval $root_files && eval $nvidia_patch && eval $hardening_script && 7z e coolrune-pacman-1.7z -o/etc -y && pacman -Sy --noconfirm --needed artix-keyring archlinux-keyring artix-archlinux-support && pacman-key --recv-key FBA220DFC880C036 --keyserver keyserver.ubuntu.com && pacman-key --lsign-key FBA220DFC880C036 && pacman -U --noconfirm 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' && 7z e coolrune-pacman-2.7z -o/etc -y && pacman-key --populate archlinux artix && pacman -Syyu --noconfirm --needed && eval $dotfiles && - -# REPO PACKAGES -if pacman -Qs nvidia &> /dev/null; then - pacman -Rns --noconfirm nvidia -fi - -pacman -R --noconfirm linux linux-headers pulseaudio pulseaudio-alsa pulseaudio-bluetooth pulseaudio-zeroconf epiphany xfce4-terminal xfce4-screenshooter parole xfce4-taskmanager mousepad leafpad xfburn ristretto xfce4-appfinder atril artix-branding-base artix-grub-theme mpv xfce4-sensors-plugin xfce4-notes-plugin && pacman -S --noconfirm --needed lib32-artix-archlinux-support base-devel flatpak kate librewolf python-pip tmux tealdeer jdownloader2 vulkan-icd-loader lib32-vulkan-icd-loader liferea ksnip gnome-keyring kcalc font-manager gwenview gimp gamemode lib32-gamemode fail2ban fail2ban-s6 evince dnscrypt-proxy dnscrypt-proxy-s6 apparmor apparmor-s6 bleachbit blueman unrar bluez-s6 konsole catfish clamav clamav-s6 ark devilspie gufw mugshot macchanger networkmanager networkmanager-s6 nm-connection-editor wine-ge-custom wine-mono winetricks ufw-s6 pcmanfm pavucontrol qbittorrent redshift psensor ntfs-3g steam lynis tenacity-git element-desktop rkhunter paru proton-ge-custom nvidia-dkms nvidia-utils nvidia-utils-s6 lib32-nvidia-utils nvidia-settings protontricks-git mystiq appimagelauncher opendoas linux-tkg-pds linux-tkg-pds-headers pamac-nosnap plasma-systemmonitor tk lightdm-gtk-greeter-settings kalendar downgrade portmidi shellcheck npm libreoffice pipewire-pulse pipewire-alsa wireplumber gparted obs-studio kdenlive wine-gecko && - -# FLATPAK PACKAGES -flatpak install -y io.github.celluloid_player.Celluloid org.gnome.seahorse.Application/x86_64/stable && - -# PYTHON MODULES -pip install psutil python-dateutil pydub xlib pyaudio textract --user && - -# LAST COMMANDS AND COOLRUNE INSTALL -7z x coolrune-root.7z -o/ -y && 7z x coolrune-nvidia-patch.7z -o/ -y && 7z x coolrune-dotfiles.7z -o/home/$USER -y && chattr +i /etc/hosts && s6-service add default apparmor && s6-service add default fail2ban && s6-service add default NetworkManager && s6-service add default dnscrypt-proxy && s6-service add default ufw && rm /etc/s6/adminsv/default/contents.d/connmand && pacman -R --noconfirm connman-s6 connman connman-gtk && s6-db-reload && grub-mkconfig -o /boot/grub/grub.cfg && chmod 777 "/home/$USER/Desktop/CoolRune Manual" && chmod 777 /home/$USER/.librewolf -R && chmod 777 /home/$USER/.config -R && chmod 777 /home/$USER/.var/io.github.celluloid_player.Celluloid -R && chmod 777 /home/$USER/.var/app -R && chmod 777 /home/$USER/.local/share/applications -R && cd /home/coolrune-files/hardening-script && sh hardening-script.sh && grub-install && update-grub && echo "CoolRune has been successfully installed." && reboot ' diff --git a/coolrune-variants/coolrune.sh b/coolrune-variants/coolrune.sh deleted file mode 100644 index 0a25e4a..0000000 --- a/coolrune-variants/coolrune.sh +++ /dev/null @@ -1,118 +0,0 @@ -#!/bin/sh - - - - - - -su -c ' -# CLEANUP -cleanup() { - rm -rf /home/coolrune-files - exit 1 -} - -trap cleanup INT TERM ERR EXIT - - - - - - -# SCRIPT VOCABULARY / USER MODIFICATION SECTION -pacman1="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-pacman-1.7z" -pacman2="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-pacman-2.7z" -root_files="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-root.7z" -dotfiles="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-dotfiles.7z" -hardening_script="svn export https://github.com/MichaelSebero/CoolRune/trunk/coolrune-files/hardening-script" -nvidia_patch="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-nvidia-patch.7z" - - - - - - -# COOLRUNE CHOICE SELECTION -echo "Select a CoolRune Variant" -echo "1. CoolRune-AMD" -echo "2. CoolRune-INTEL" -echo "3. CoolRune-NVIDIA" -read -p "Enter your choice (1, 2 or 3): " choice - - - - - - -### AMD CHOICE ### -if [ "$choice" = "1" ]; then -# FIRST COMMANDS AND COOLRUNE IMPORT -pacman-key --init && pacman -Sy --noconfirm --needed p7zip git subversion wget && mkdir /home/coolrune-files && cd /home/coolrune-files && eval $pacman1 && eval $pacman2 && eval $root_files && eval $hardening_script && 7z e coolrune-pacman-1.7z -o/etc -y && pacman -Sy --noconfirm --needed artix-keyring archlinux-keyring artix-archlinux-support && pacman-key --recv-key FBA220DFC880C036 --keyserver keyserver.ubuntu.com && pacman-key --lsign-key FBA220DFC880C036 && pacman -U --noconfirm 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' && 7z e coolrune-pacman-2.7z -o/etc -y && pacman-key --populate archlinux artix && pacman -Syyu --noconfirm --needed && eval $dotfiles && - -# REPO PACKAGES -if pacman -Qs nvidia &> /dev/null; then - pacman -Rns --noconfirm nvidia -fi - -pacman -R --noconfirm linux linux-headers pulseaudio pulseaudio-alsa pulseaudio-bluetooth pulseaudio-zeroconf epiphany xfce4-terminal xfce4-screenshooter parole xfce4-taskmanager mousepad leafpad xfburn ristretto xfce4-appfinder atril artix-branding-base artix-grub-theme mpv xfce4-sensors-plugin xfce4-notes-plugin && pacman -S --noconfirm --needed lib32-artix-archlinux-support base-devel flatpak kate librewolf python-pip tmux tealdeer jdownloader2 vulkan-icd-loader lib32-vulkan-icd-loader liferea ksnip gnome-keyring kcalc font-manager gwenview gimp gamemode lib32-gamemode fail2ban fail2ban-s6 evince dnscrypt-proxy dnscrypt-proxy-s6 apparmor apparmor-s6 bleachbit blueman unrar bluez-s6 konsole catfish clamav clamav-s6 ark devilspie gufw mugshot macchanger networkmanager networkmanager-s6 nm-connection-editor wine-ge-custom wine-mono winetricks ufw-s6 pcmanfm pavucontrol qbittorrent redshift psensor ntfs-3g steam lynis tenacity-git element-desktop rkhunter paru proton-ge-custom lib32-mesa vulkan-radeon lib32-vulkan-radeon protontricks-git mystiq appimagelauncher opendoas linux-tkg-pds linux-tkg-pds-headers pamac-nosnap plasma-systemmonitor tk lightdm-gtk-greeter-settings kalendar downgrade portmidi shellcheck npm libreoffice pipewire-pulse pipewire-alsa wireplumber gparted obs-studio kdenlive wine-gecko && - -# FLATPAK PACKAGES -flatpak install -y io.github.celluloid_player.Celluloid org.gnome.seahorse.Application/x86_64/stable && - -# PYTHON MODULES -pip install psutil python-dateutil pydub xlib pyaudio textract --user && - -# LAST COMMANDS AND COOLRUNE INSTALL -7z x coolrune-root.7z -o/ -y && 7z x coolrune-dotfiles.7z -o/home/$USER -y && chattr +i /etc/hosts && s6-service add default apparmor && s6-service add default fail2ban && s6-service add default NetworkManager && s6-service add default dnscrypt-proxy && s6-service add default ufw && rm /etc/s6/adminsv/default/contents.d/connmand && pacman -R --noconfirm connman-s6 connman connman-gtk && s6-db-reload && grub-mkconfig -o /boot/grub/grub.cfg && chmod 777 /home/$USER/.librewolf -R && chmod 777 "/home/$USER/Desktop/CoolRune Manual" && chmod 777 /home/$USER/.config -R && chmod 777 /home/$USER/.var/io.github.celluloid_player.Celluloid -R && chmod 777 /home/$USER/.var/app -R && chmod 777 /home/$USER/.local/share/applications -R && cd /home/coolrune-files/hardening-script && sh hardening-script.sh && grub-install && update-grub && echo "CoolRune has been successfully installed." && reboot - - - - - - -### INTEL CHOICE ### -elif [ "$choice" = "2" ]; then -# FIRST COMMANDS AND COOLRUNE IMPORT -pacman-key --init && pacman -Sy --noconfirm --needed p7zip git subversion wget && mkdir /home/coolrune-files && cd /home/coolrune-files && eval $pacman1 && eval $pacman2 && eval $root_files && eval $hardening_script && 7z e coolrune-pacman-1.7z -o/etc -y && pacman -Sy --noconfirm --needed artix-keyring archlinux-keyring artix-archlinux-support && pacman-key --recv-key FBA220DFC880C036 --keyserver keyserver.ubuntu.com && pacman-key --lsign-key FBA220DFC880C036 && pacman -U --noconfirm 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' && 7z e coolrune-pacman-2.7z -o/etc -y && pacman-key --populate archlinux artix && pacman -Syyu --noconfirm --needed && eval $dotfiles && - -# REPO PACKAGES -if pacman -Qs nvidia &> /dev/null; then - pacman -Rns --noconfirm nvidia -fi - -pacman -R --noconfirm linux linux-headers pulseaudio pulseaudio-alsa pulseaudio-bluetooth pulseaudio-zeroconf epiphany xfce4-terminal xfce4-screenshooter parole xfce4-taskmanager mousepad leafpad xfburn ristretto xfce4-appfinder atril artix-branding-base artix-grub-theme mpv xfce4-sensors-plugin xfce4-notes-plugin && pacman -S --noconfirm --needed lib32-artix-archlinux-support base-devel flatpak kate librewolf python-pip tmux tealdeer jdownloader2 vulkan-icd-loader lib32-vulkan-icd-loader liferea ksnip gnome-keyring kcalc font-manager gwenview gimp gamemode lib32-gamemode fail2ban fail2ban-s6 evince dnscrypt-proxy dnscrypt-proxy-s6 apparmor apparmor-s6 bleachbit blueman unrar bluez-s6 konsole catfish clamav clamav-s6 ark devilspie gufw mugshot macchanger networkmanager networkmanager-s6 nm-connection-editor wine-ge-custom wine-mono winetricks ufw-s6 pcmanfm pavucontrol qbittorrent redshift psensor ntfs-3g steam lynis tenacity-git element-desktop rkhunter paru proton-ge-custom lib32-mesa vulkan-intel lib32-vulkan-intel protontricks-git mystiq appimagelauncher opendoas linux-tkg-pds linux-tkg-pds-headers pamac-nosnap plasma-systemmonitor tk lightdm-gtk-greeter-settings kalendar downgrade portmidi shellcheck npm libreoffice pipewire-pulse pipewire-alsa wireplumber gparted obs-studio kdenlive wine-gecko && - -# FLATPAK PACKAGES -flatpak install -y io.github.celluloid_player.Celluloid org.gnome.seahorse.Application/x86_64/stable && - -# PYTHON MODULES -pip install psutil python-dateutil pydub xlib pyaudio textract --user && - -# LAST COMMANDS AND COOLRUNE INSTALL -7z x coolrune-root.7z -o/ -y && 7z x coolrune-dotfiles.7z -o/home/$USER -y && chattr +i /etc/hosts && s6-service add default apparmor && s6-service add default fail2ban && s6-service add default NetworkManager && s6-service add default dnscrypt-proxy && s6-service add default ufw && rm /etc/s6/adminsv/default/contents.d/connmand && pacman -R --noconfirm connman-s6 connman connman-gtk && s6-db-reload && grub-mkconfig -o /boot/grub/grub.cfg && chmod 777 /home/$USER/.librewolf -R && chmod 777 "/home/$USER/Desktop/CoolRune Manual" && chmod 777 /home/$USER/.config -R && chmod 777 /home/$USER/.var/io.github.celluloid_player.Celluloid -R && chmod 777 /home/$USER/.var/app -R && chmod 777 /home/$USER/.local/share/applications -R && cd /home/coolrune-files/hardening-script && sh hardening-script.sh && grub-install && update-grub && echo "CoolRune has been successfully installed." && reboot - - - - - - -### NVIDIA CHOICE ### -elif [ "$choice" = "3" ]; then -pacman-key --init && pacman -Sy --noconfirm --needed p7zip git subversion wget && mkdir /home/coolrune-files && cd /home/coolrune-files && eval $pacman1 && eval $pacman2 && eval $root_files && eval $nvidia_patch && eval $hardening_script && 7z e coolrune-pacman-1.7z -o/etc -y && pacman -Sy --noconfirm --needed artix-keyring archlinux-keyring artix-archlinux-support && pacman-key --recv-key FBA220DFC880C036 --keyserver keyserver.ubuntu.com && pacman-key --lsign-key FBA220DFC880C036 && pacman -U --noconfirm 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' && 7z e coolrune-pacman-2.7z -o/etc -y && pacman-key --populate archlinux artix && pacman -Syyu --noconfirm --needed && eval $dotfiles && - -# REPO PACKAGES -if pacman -Qs nvidia &> /dev/null; then - pacman -Rns --noconfirm nvidia -fi - -pacman -R --noconfirm linux linux-headers pulseaudio pulseaudio-alsa pulseaudio-bluetooth pulseaudio-zeroconf epiphany xfce4-terminal xfce4-screenshooter parole xfce4-taskmanager mousepad leafpad xfburn ristretto xfce4-appfinder atril artix-branding-base artix-grub-theme mpv xfce4-sensors-plugin xfce4-notes-plugin && pacman -S --noconfirm --needed lib32-artix-archlinux-support base-devel flatpak kate librewolf python-pip tmux tealdeer jdownloader2 vulkan-icd-loader lib32-vulkan-icd-loader liferea ksnip gnome-keyring kcalc font-manager gwenview gimp gamemode lib32-gamemode fail2ban fail2ban-s6 evince dnscrypt-proxy dnscrypt-proxy-s6 apparmor apparmor-s6 bleachbit blueman unrar bluez-s6 konsole catfish clamav clamav-s6 ark devilspie gufw mugshot macchanger networkmanager networkmanager-s6 nm-connection-editor wine-ge-custom wine-mono winetricks ufw-s6 pcmanfm pavucontrol qbittorrent redshift psensor ntfs-3g steam lynis tenacity-git element-desktop rkhunter paru proton-ge-custom nvidia-dkms nvidia-utils nvidia-utils-s6 lib32-nvidia-utils nvidia-settings protontricks-git mystiq appimagelauncher opendoas linux-tkg-pds linux-tkg-pds-headers pamac-nosnap plasma-systemmonitor tk lightdm-gtk-greeter-settings kalendar downgrade portmidi shellcheck npm libreoffice pipewire-pulse pipewire-alsa wireplumber gparted obs-studio kdenlive wine-gecko && - -# FLATPAK PACKAGES -flatpak install -y io.github.celluloid_player.Celluloid org.gnome.seahorse.Application/x86_64/stable && - -# PYTHON MODULES -pip install psutil python-dateutil pydub xlib pyaudio textract --user && - -# LAST COMMANDS AND COOLRUNE INSTALL -7z x coolrune-root.7z -o/ -y && 7z x coolrune-nvidia-patch.7z -o/ -y && 7z x coolrune-dotfiles.7z -o/home/$USER -y && chattr +i /etc/hosts && s6-service add default apparmor && s6-service add default fail2ban && s6-service add default NetworkManager && s6-service add default dnscrypt-proxy && s6-service add default ufw && rm /etc/s6/adminsv/default/contents.d/connmand && pacman -R --noconfirm connman-s6 connman connman-gtk && s6-db-reload && grub-mkconfig -o /boot/grub/grub.cfg && chmod 777 "/home/$USER/Desktop/CoolRune Manual" && chmod 777 /home/$USER/.librewolf -R && chmod 777 /home/$USER/.config -R && chmod 777 /home/$USER/.var/io.github.celluloid_player.Celluloid -R && chmod 777 /home/$USER/.var/app -R && chmod 777 /home/$USER/.local/share/applications -R && cd /home/coolrune-files/hardening-script && sh hardening-script.sh && grub-install && update-grub && echo "CoolRune has been successfully installed." && reboot -fi ' diff --git a/files/coolrune-installer/installer.sh b/files/coolrune-installer/installer.sh new file mode 100644 index 0000000..cdf7d07 --- /dev/null +++ b/files/coolrune-installer/installer.sh @@ -0,0 +1,119 @@ +#!/bin/sh + +su -c ' +# CLEANUP +cleanup() { + rm -rf /home/coolrune-files + exit 1 +} + +trap cleanup INT TERM ERR EXIT + + + + + + +# SCRIPT VOCABULARY / USER MODIFICATION SECTION +pacman1="wget https://github.com/MichaelSebero/CoolRune/raw/main/files/coolrune-packages/coolrune-pacman-1.7z" +pacman2="wget https://github.com/MichaelSebero/CoolRune/raw/main/files/coolrune-packages/coolrune-pacman-2.7z" +root_files="wget https://github.com/MichaelSebero/CoolRune/raw/main/files/coolrune-packages/coolrune-root.7z" +dotfiles="wget https://github.com/MichaelSebero/CoolRune/raw/main/files/coolrune-packages/coolrune-dotfiles.7z" +hardening_script="svn export https://github.com/MichaelSebero/CoolRune/trunk/files/hardening-script" +nvidia_patch="wget https://github.com/MichaelSebero/CoolRune/raw/main/files/coolrune-packages/coolrune-nvidia-patch.7z" + + + + + + +# COOLRUNE CHOICE SELECTION +echo "Select a CoolRune Variant" +echo "1. CoolRune-AMD" +echo "2. CoolRune-INTEL" +echo "3. CoolRune-NVIDIA" +read -p "Enter your choice (1, 2 or 3): " choice + + + + + + +### AMD CHOICE ### +if [ "$choice" = "1" ]; then + # FIRST COMMANDS AND COOLRUNE IMPORT + pacman-key --init && pacman -Sy --noconfirm --needed p7zip git subversion wget && mkdir /home/coolrune-files && cd /home/coolrune-files && eval $pacman1 && eval $pacman2 && eval $root_files && eval $hardening_script && 7z e coolrune-pacman-1.7z -o/etc -y && pacman -Sy --noconfirm --needed artix-keyring archlinux-keyring artix-archlinux-support && pacman-key --recv-key FBA220DFC880C036 --keyserver keyserver.ubuntu.com && pacman-key --lsign-key FBA220DFC880C036 && pacman -U --noconfirm 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' && 7z e coolrune-pacman-2.7z -o/etc -y && pacman-key --populate archlinux artix && pacman -Syyu --noconfirm --needed && eval $dotfiles && + + # REPO PACKAGES + if pacman -Qs nvidia &> /dev/null; then + pacman -Rns --noconfirm nvidia +fi + + # FIRST COMMANDS AND COOLRUNE IMPORT + pacman -R --noconfirm linux linux-headers pulseaudio pulseaudio-alsa pulseaudio-bluetooth pulseaudio-zeroconf epiphany xfce4-terminal xfce4-screenshooter parole xfce4-taskmanager mousepad leafpad xfburn ristretto xfce4-appfinder atril artix-branding-base artix-grub-theme mpv xfce4-sensors-plugin xfce4-notes-plugin && pacman -S --noconfirm --needed lib32-artix-archlinux-support base-devel flatpak kate librewolf python-pip tmux tealdeer jdownloader2 vulkan-icd-loader lib32-vulkan-icd-loader liferea ksnip gnome-keyring kcalc font-manager gwenview gimp gamemode lib32-gamemode fail2ban fail2ban-s6 evince dnscrypt-proxy dnscrypt-proxy-s6 apparmor apparmor-s6 bleachbit blueman unrar bluez-s6 konsole catfish clamav clamav-s6 ark gufw mugshot macchanger networkmanager networkmanager-s6 nm-connection-editor wine-ge-custom wine-mono winetricks ufw-s6 pcmanfm pavucontrol qbittorrent redshift psensor ntfs-3g steam lynis tenacity-git element-desktop rkhunter paru proton-ge-custom lib32-mesa vulkan-radeon lib32-vulkan-radeon protontricks-git mystiq appimagelauncher opendoas linux-tkg-pds linux-tkg-pds-headers pamac-nosnap plasma-systemmonitor tk lightdm-gtk-greeter-settings kalendar downgrade portmidi shellcheck npm libreoffice pipewire-pulse pipewire-alsa wireplumber gparted obs-studio kdenlive wine-gecko rust && + + # FLATPAK PACKAGES + flatpak install -y io.github.celluloid_player.Celluloid org.gnome.seahorse.Application/x86_64/stable && + + # PYTHON MODULES + pip install psutil python-dateutil pydub xlib pyaudio textract --user && + + # LAST COMMANDS AND COOLRUNE INSTALL + 7z x coolrune-root.7z -o/ -y && 7z x coolrune-dotfiles.7z -o/home/$USER -y && chattr +i /etc/hosts && s6-service add default apparmor && s6-service add default fail2ban && s6-service add default NetworkManager && s6-service add default dnscrypt-proxy && s6-service add default ufw && rm /etc/s6/adminsv/default/contents.d/connmand && pacman -R --noconfirm connman-s6 connman connman-gtk && s6-db-reload && grub-mkconfig -o /boot/grub/grub.cfg && chmod 777 /home/$USER/.librewolf -R && chmod 777 "/home/$USER/Desktop/CoolRune Manual" && chmod 777 /home/$USER/.config -R && chmod 777 /home/$USER/.var/io.github.celluloid_player.Celluloid -R && chmod 777 /home/$USER/.var/app -R && chmod 777 /home/$USER/.local/share/applications -R && cd /home/coolrune-files/hardening-script && sh hardening-script.sh && grub-install && update-grub && echo "CoolRune has been successfully installed." + + + + + + +### INTEL CHOICE ### +elif [ "$choice" = "2" ]; then + # FIRST COMMANDS AND COOLRUNE IMPORT + pacman-key --init && pacman -Sy --noconfirm --needed p7zip git subversion wget && mkdir /home/coolrune-files && cd /home/coolrune-files && eval $pacman1 && eval $pacman2 && eval $root_files && eval $hardening_script && 7z e coolrune-pacman-1.7z -o/etc -y && pacman -Sy --noconfirm --needed artix-keyring archlinux-keyring artix-archlinux-support && pacman-key --recv-key FBA220DFC880C036 --keyserver keyserver.ubuntu.com && pacman-key --lsign-key FBA220DFC880C036 && pacman -U --noconfirm 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' && 7z e coolrune-pacman-2.7z -o/etc -y && pacman-key --populate archlinux artix && pacman -Syyu --noconfirm --needed && eval $dotfiles && + + # REPO PACKAGES + if pacman -Qs nvidia &> /dev/null; then + pacman -Rns --noconfirm nvidia +fi + + # FIRST COMMANDS AND COOLRUNE IMPORT + pacman -R --noconfirm linux linux-headers pulseaudio pulseaudio-alsa pulseaudio-bluetooth pulseaudio-zeroconf epiphany xfce4-terminal xfce4-screenshooter parole xfce4-taskmanager mousepad leafpad xfburn ristretto xfce4-appfinder atril artix-branding-base artix-grub-theme mpv xfce4-sensors-plugin xfce4-notes-plugin && pacman -S --noconfirm --needed lib32-artix-archlinux-support base-devel flatpak kate librewolf python-pip tmux tealdeer jdownloader2 vulkan-icd-loader lib32-vulkan-icd-loader liferea ksnip gnome-keyring kcalc font-manager gwenview gimp gamemode lib32-gamemode fail2ban fail2ban-s6 evince dnscrypt-proxy dnscrypt-proxy-s6 apparmor apparmor-s6 bleachbit blueman unrar bluez-s6 konsole catfish clamav clamav-s6 ark gufw mugshot macchanger networkmanager networkmanager-s6 nm-connection-editor wine-ge-custom wine-mono winetricks ufw-s6 pcmanfm pavucontrol qbittorrent redshift psensor ntfs-3g steam lynis tenacity-git element-desktop rkhunter paru proton-ge-custom lib32-mesa vulkan-intel lib32-vulkan-intel protontricks-git mystiq appimagelauncher opendoas linux-tkg-pds linux-tkg-pds-headers pamac-nosnap plasma-systemmonitor tk lightdm-gtk-greeter-settings kalendar downgrade portmidi shellcheck npm libreoffice pipewire-pulse pipewire-alsa wireplumber gparted obs-studio kdenlive wine-gecko rust && + + # FLATPAK PACKAGES + flatpak install -y io.github.celluloid_player.Celluloid org.gnome.seahorse.Application/x86_64/stable && + + # PYTHON MODULES + pip install psutil python-dateutil pydub xlib pyaudio textract --user && + + # LAST COMMANDS AND COOLRUNE INSTALL + 7z x coolrune-root.7z -o/ -y && 7z x coolrune-dotfiles.7z -o/home/$USER -y && chattr +i /etc/hosts && s6-service add default apparmor && s6-service add default fail2ban && s6-service add default NetworkManager && s6-service add default dnscrypt-proxy && s6-service add default ufw && rm /etc/s6/adminsv/default/contents.d/connmand && pacman -R --noconfirm connman-s6 connman connman-gtk && s6-db-reload && grub-mkconfig -o /boot/grub/grub.cfg && chmod 777 /home/$USER/.librewolf -R && chmod 777 "/home/$USER/Desktop/CoolRune Manual" && chmod 777 /home/$USER/.config -R && chmod 777 /home/$USER/.var/io.github.celluloid_player.Celluloid -R && chmod 777 /home/$USER/.var/app -R && chmod 777 /home/$USER/.local/share/applications -R && cd /home/coolrune-files/hardening-script && sh hardening-script.sh && grub-install && update-grub && echo "CoolRune has been successfully installed." + + + + + + +### NVIDIA CHOICE ### +elif [ "$choice" = "3" ]; then + # FIRST COMMANDS AND COOLRUNE IMPORT + pacman-key --init && pacman -Sy --noconfirm --needed p7zip git subversion wget && mkdir /home/coolrune-files && cd /home/coolrune-files && eval $pacman1 && eval $pacman2 && eval $root_files && eval $nvidia_patch && eval $hardening_script && 7z e coolrune-pacman-1.7z -o/etc -y && pacman -Sy --noconfirm --needed artix-keyring archlinux-keyring artix-archlinux-support && pacman-key --recv-key FBA220DFC880C036 --keyserver keyserver.ubuntu.com && pacman-key --lsign-key FBA220DFC880C036 && pacman -U --noconfirm 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' && 7z e coolrune-pacman-2.7z -o/etc -y && pacman-key --populate archlinux artix && pacman -Syyu --noconfirm --needed && eval $dotfiles && + + # REPO PACKAGES + if pacman -Qs nvidia &> /dev/null; then + pacman -Rns --noconfirm nvidia +fi + + # FIRST COMMANDS AND COOLRUNE IMPORT + pacman -R --noconfirm linux linux-headers pulseaudio pulseaudio-alsa pulseaudio-bluetooth pulseaudio-zeroconf epiphany xfce4-terminal xfce4-screenshooter parole xfce4-taskmanager mousepad leafpad xfburn ristretto xfce4-appfinder atril artix-branding-base artix-grub-theme mpv xfce4-sensors-plugin xfce4-notes-plugin && pacman -S --noconfirm --needed lib32-artix-archlinux-support base-devel flatpak kate librewolf python-pip tmux tealdeer jdownloader2 vulkan-icd-loader lib32-vulkan-icd-loader liferea ksnip gnome-keyring kcalc font-manager gwenview gimp gamemode lib32-gamemode fail2ban fail2ban-s6 evince dnscrypt-proxy dnscrypt-proxy-s6 apparmor apparmor-s6 bleachbit blueman unrar bluez-s6 konsole catfish clamav clamav-s6 ark gufw mugshot macchanger networkmanager networkmanager-s6 nm-connection-editor wine-ge-custom wine-mono winetricks ufw-s6 pcmanfm pavucontrol qbittorrent redshift psensor ntfs-3g steam lynis tenacity-git element-desktop rkhunter paru proton-ge-custom nvidia-dkms nvidia-utils nvidia-utils-s6 lib32-nvidia-utils nvidia-settings protontricks-git mystiq appimagelauncher opendoas linux-tkg-pds linux-tkg-pds-headers pamac-nosnap plasma-systemmonitor tk lightdm-gtk-greeter-settings kalendar downgrade portmidi shellcheck npm libreoffice pipewire-pulse pipewire-alsa wireplumber gparted obs-studio kdenlive wine-gecko rust && + + # FLATPAK PACKAGES + flatpak install -y io.github.celluloid_player.Celluloid org.gnome.seahorse.Application/x86_64/stable && + + # PYTHON MODULES + pip install psutil python-dateutil pydub xlib pyaudio textract --user && + + # LAST COMMANDS AND COOLRUNE INSTALL + 7z x coolrune-root.7z -o/ -y && 7z x coolrune-nvidia-patch.7z -o/ -y && 7z x coolrune-dotfiles.7z -o/home/$USER -y && chattr +i /etc/hosts && s6-service add default apparmor && s6-service add default fail2ban && s6-service add default NetworkManager && s6-service add default dnscrypt-proxy && s6-service add default ufw && rm /etc/s6/adminsv/default/contents.d/connmand && pacman -R --noconfirm connman-s6 connman connman-gtk && s6-db-reload && grub-mkconfig -o /boot/grub/grub.cfg && chmod 777 "/home/$USER/Desktop/CoolRune Manual" && chmod 777 /home/$USER/.librewolf -R && chmod 777 /home/$USER/.config -R && chmod 777 /home/$USER/.var/io.github.celluloid_player.Celluloid -R && chmod 777 /home/$USER/.var/app -R && chmod 777 /home/$USER/.local/share/applications -R && cd /home/coolrune-files/hardening-script && sh hardening-script.sh && grub-install && update-grub && echo "CoolRune has been successfully installed." +fi + +reboot ' diff --git a/coolrune-files/coolrune-manual/CoolRune Manual b/files/coolrune-manual/CoolRune Manual similarity index 100% rename from coolrune-files/coolrune-manual/CoolRune Manual rename to files/coolrune-manual/CoolRune Manual diff --git a/coolrune-files/coolrune-dotfiles.7z b/files/coolrune-packages/coolrune-dotfiles.7z similarity index 100% rename from coolrune-files/coolrune-dotfiles.7z rename to files/coolrune-packages/coolrune-dotfiles.7z diff --git a/coolrune-files/coolrune-nvidia-patch.7z b/files/coolrune-packages/coolrune-nvidia-patch.7z similarity index 100% rename from coolrune-files/coolrune-nvidia-patch.7z rename to files/coolrune-packages/coolrune-nvidia-patch.7z diff --git a/coolrune-files/coolrune-pacman-1.7z b/files/coolrune-packages/coolrune-pacman-1.7z similarity index 100% rename from coolrune-files/coolrune-pacman-1.7z rename to files/coolrune-packages/coolrune-pacman-1.7z diff --git a/coolrune-files/coolrune-pacman-2.7z b/files/coolrune-packages/coolrune-pacman-2.7z similarity index 100% rename from coolrune-files/coolrune-pacman-2.7z rename to files/coolrune-packages/coolrune-pacman-2.7z diff --git a/coolrune-files/coolrune-root.7z b/files/coolrune-packages/coolrune-root.7z similarity index 99% rename from coolrune-files/coolrune-root.7z rename to files/coolrune-packages/coolrune-root.7z index 8000157..9379d95 100644 Binary files a/coolrune-files/coolrune-root.7z and b/files/coolrune-packages/coolrune-root.7z differ diff --git a/coolrune-update/coolrune-nvidia-update.sh b/files/coolrune-update/coolrune-nvidia-update.sh similarity index 87% rename from coolrune-update/coolrune-nvidia-update.sh rename to files/coolrune-update/coolrune-nvidia-update.sh index cc25714..b771403 100755 --- a/coolrune-update/coolrune-nvidia-update.sh +++ b/files/coolrune-update/coolrune-nvidia-update.sh @@ -1,12 +1,10 @@ #!/bin/sh -# License: GNU GPLv3 - read -rep $'Make sure to backup your passwords and bookmarks before updating CoolRune, press [ENTER] to continue. ' su -c ' -root_files="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-root.7z" -dotfiles="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-dotfiles.7z" -nvidia_patch="wget https://github.com/MichaelSebero/CoolRune/raw/main/coolrune-files/coolrune-nvidia-patch.7z" +root_files="wget https://github.com/MichaelSebero/CoolRune/raw/main/files/coolrune-root.7z" +dotfiles="wget https://github.com/MichaelSebero/CoolRune/raw/main/files/coolrune-dotfiles.7z" +nvidia_patch="wget https://github.com/MichaelSebero/CoolRune/raw/main/files/coolrune-nvidia-patch.7z" pacman -Syyu --noconfirm --needed && mkdir /home/coolrune-files && cd /home/coolrune-files && eval $root_files && eval $dotfiles && eval $nvidia_patch && chattr -i /etc/hosts && chattr -i /etc/resolv.conf && 7z x coolrune-root.7z -o/ -y && 7z x coolrune-nvidia-patch.7z -o/ -y && 7z x coolrune-dotfiles.7z -o/home/$USER -y && chattr +i /etc/hosts && chmod 777 /home/$USER/.var/io.github.celluloid_player.Celluloid -R && rm -rf /home/coolrune-files && rm -rf /home/$USER/coolrune-nvidia-update.sh && chmod 777 /home/$USER/.librewolf -R && chmod 777 /home/$USER/.config -R && chmod 777 /home/$USER/.var/app -R && chmod 777 "/home/$USER/Desktop/CoolRune Manual" && chmod 777 /home/$USER/.local/share/applications -R && update-grub && reboot ' diff --git a/coolrune-update/coolrune-update.sh b/files/coolrune-update/coolrune-update.sh similarity index 100% rename from coolrune-update/coolrune-update.sh rename to files/coolrune-update/coolrune-update.sh diff --git a/coolrune-files/hardening-script/confs/etc-aide-conf b/files/hardening-script/confs/etc-aide-conf similarity index 100% rename from coolrune-files/hardening-script/confs/etc-aide-conf rename to files/hardening-script/confs/etc-aide-conf diff --git a/coolrune-files/hardening-script/confs/etc-bash-bashrc b/files/hardening-script/confs/etc-bash-bashrc similarity index 100% rename from coolrune-files/hardening-script/confs/etc-bash-bashrc rename to files/hardening-script/confs/etc-bash-bashrc diff --git a/coolrune-files/hardening-script/confs/etc-conf-d-wireless-regdom b/files/hardening-script/confs/etc-conf-d-wireless-regdom similarity index 100% rename from coolrune-files/hardening-script/confs/etc-conf-d-wireless-regdom rename to files/hardening-script/confs/etc-conf-d-wireless-regdom diff --git a/coolrune-files/hardening-script/confs/etc-crypttab b/files/hardening-script/confs/etc-crypttab similarity index 100% rename from coolrune-files/hardening-script/confs/etc-crypttab rename to files/hardening-script/confs/etc-crypttab diff --git a/coolrune-files/hardening-script/confs/etc-default-passwd b/files/hardening-script/confs/etc-default-passwd similarity index 100% rename from coolrune-files/hardening-script/confs/etc-default-passwd rename to files/hardening-script/confs/etc-default-passwd diff --git a/coolrune-files/hardening-script/confs/etc-default-useradd b/files/hardening-script/confs/etc-default-useradd similarity index 100% rename from coolrune-files/hardening-script/confs/etc-default-useradd rename to files/hardening-script/confs/etc-default-useradd diff --git a/coolrune-files/hardening-script/confs/etc-dhclient-conf b/files/hardening-script/confs/etc-dhclient-conf similarity index 100% rename from coolrune-files/hardening-script/confs/etc-dhclient-conf rename to files/hardening-script/confs/etc-dhclient-conf diff --git a/coolrune-files/hardening-script/confs/etc-environment b/files/hardening-script/confs/etc-environment similarity index 100% rename from coolrune-files/hardening-script/confs/etc-environment rename to files/hardening-script/confs/etc-environment diff --git a/coolrune-files/hardening-script/confs/etc-hardening-wrapper-conf b/files/hardening-script/confs/etc-hardening-wrapper-conf similarity index 100% rename from coolrune-files/hardening-script/confs/etc-hardening-wrapper-conf rename to files/hardening-script/confs/etc-hardening-wrapper-conf diff --git a/coolrune-files/hardening-script/confs/etc-iptables-ip6tables.rules b/files/hardening-script/confs/etc-iptables-ip6tables.rules similarity index 100% rename from coolrune-files/hardening-script/confs/etc-iptables-ip6tables.rules rename to files/hardening-script/confs/etc-iptables-ip6tables.rules diff --git a/coolrune-files/hardening-script/confs/etc-iptables-iptables.rules b/files/hardening-script/confs/etc-iptables-iptables.rules similarity index 100% rename from coolrune-files/hardening-script/confs/etc-iptables-iptables.rules rename to files/hardening-script/confs/etc-iptables-iptables.rules diff --git a/coolrune-files/hardening-script/confs/etc-issue b/files/hardening-script/confs/etc-issue similarity index 100% rename from coolrune-files/hardening-script/confs/etc-issue rename to files/hardening-script/confs/etc-issue diff --git a/coolrune-files/hardening-script/confs/etc-issue-net b/files/hardening-script/confs/etc-issue-net similarity index 100% rename from coolrune-files/hardening-script/confs/etc-issue-net rename to files/hardening-script/confs/etc-issue-net diff --git a/coolrune-files/hardening-script/confs/etc-locale-conf b/files/hardening-script/confs/etc-locale-conf similarity index 100% rename from coolrune-files/hardening-script/confs/etc-locale-conf rename to files/hardening-script/confs/etc-locale-conf diff --git a/coolrune-files/hardening-script/confs/etc-locale-gen b/files/hardening-script/confs/etc-locale-gen similarity index 100% rename from coolrune-files/hardening-script/confs/etc-locale-gen rename to files/hardening-script/confs/etc-locale-gen diff --git a/coolrune-files/hardening-script/confs/etc-logrotate-conf b/files/hardening-script/confs/etc-logrotate-conf similarity index 100% rename from coolrune-files/hardening-script/confs/etc-logrotate-conf rename to files/hardening-script/confs/etc-logrotate-conf diff --git a/coolrune-files/hardening-script/confs/etc-makepkg-conf b/files/hardening-script/confs/etc-makepkg-conf similarity index 100% rename from coolrune-files/hardening-script/confs/etc-makepkg-conf rename to files/hardening-script/confs/etc-makepkg-conf diff --git a/coolrune-files/hardening-script/confs/etc-mkinitcpio-conf b/files/hardening-script/confs/etc-mkinitcpio-conf similarity index 100% rename from coolrune-files/hardening-script/confs/etc-mkinitcpio-conf rename to files/hardening-script/confs/etc-mkinitcpio-conf diff --git a/coolrune-files/hardening-script/confs/etc-modprobe-d-blacklist-firewire b/files/hardening-script/confs/etc-modprobe-d-blacklist-firewire similarity index 100% rename from coolrune-files/hardening-script/confs/etc-modprobe-d-blacklist-firewire rename to files/hardening-script/confs/etc-modprobe-d-blacklist-firewire diff --git a/coolrune-files/hardening-script/confs/etc-modprobe-d-blacklist-usb b/files/hardening-script/confs/etc-modprobe-d-blacklist-usb similarity index 100% rename from coolrune-files/hardening-script/confs/etc-modprobe-d-blacklist-usb rename to files/hardening-script/confs/etc-modprobe-d-blacklist-usb diff --git a/coolrune-files/hardening-script/confs/etc-motd b/files/hardening-script/confs/etc-motd similarity index 100% rename from coolrune-files/hardening-script/confs/etc-motd rename to files/hardening-script/confs/etc-motd diff --git a/coolrune-files/hardening-script/confs/etc-profile b/files/hardening-script/confs/etc-profile similarity index 100% rename from coolrune-files/hardening-script/confs/etc-profile rename to files/hardening-script/confs/etc-profile diff --git a/coolrune-files/hardening-script/confs/etc-securetty b/files/hardening-script/confs/etc-securetty similarity index 100% rename from coolrune-files/hardening-script/confs/etc-securetty rename to files/hardening-script/confs/etc-securetty diff --git a/coolrune-files/hardening-script/confs/etc-security-access-conf b/files/hardening-script/confs/etc-security-access-conf similarity index 100% rename from coolrune-files/hardening-script/confs/etc-security-access-conf rename to files/hardening-script/confs/etc-security-access-conf diff --git a/coolrune-files/hardening-script/confs/etc-security-group-conf b/files/hardening-script/confs/etc-security-group-conf similarity index 100% rename from coolrune-files/hardening-script/confs/etc-security-group-conf rename to files/hardening-script/confs/etc-security-group-conf diff --git a/coolrune-files/hardening-script/confs/etc-security-limits-conf b/files/hardening-script/confs/etc-security-limits-conf similarity index 100% rename from coolrune-files/hardening-script/confs/etc-security-limits-conf rename to files/hardening-script/confs/etc-security-limits-conf diff --git a/coolrune-files/hardening-script/confs/etc-security-namespace-conf b/files/hardening-script/confs/etc-security-namespace-conf similarity index 100% rename from coolrune-files/hardening-script/confs/etc-security-namespace-conf rename to files/hardening-script/confs/etc-security-namespace-conf diff --git a/coolrune-files/hardening-script/confs/etc-security-pam-env-conf b/files/hardening-script/confs/etc-security-pam-env-conf similarity index 100% rename from coolrune-files/hardening-script/confs/etc-security-pam-env-conf rename to files/hardening-script/confs/etc-security-pam-env-conf diff --git a/coolrune-files/hardening-script/confs/etc-security-time-conf b/files/hardening-script/confs/etc-security-time-conf similarity index 100% rename from coolrune-files/hardening-script/confs/etc-security-time-conf rename to files/hardening-script/confs/etc-security-time-conf diff --git a/coolrune-files/hardening-script/confs/etc-shells b/files/hardening-script/confs/etc-shells similarity index 100% rename from coolrune-files/hardening-script/confs/etc-shells rename to files/hardening-script/confs/etc-shells diff --git a/coolrune-files/hardening-script/confs/etc-ssh-ssh_config b/files/hardening-script/confs/etc-ssh-ssh_config similarity index 100% rename from coolrune-files/hardening-script/confs/etc-ssh-ssh_config rename to files/hardening-script/confs/etc-ssh-ssh_config diff --git a/coolrune-files/hardening-script/confs/etc-ssh-sshd_config b/files/hardening-script/confs/etc-ssh-sshd_config similarity index 100% rename from coolrune-files/hardening-script/confs/etc-ssh-sshd_config rename to files/hardening-script/confs/etc-ssh-sshd_config diff --git a/coolrune-files/hardening-script/confs/etc-sudoers b/files/hardening-script/confs/etc-sudoers similarity index 100% rename from coolrune-files/hardening-script/confs/etc-sudoers rename to files/hardening-script/confs/etc-sudoers diff --git a/coolrune-files/hardening-script/confs/etc-vconsole-conf b/files/hardening-script/confs/etc-vconsole-conf similarity index 100% rename from coolrune-files/hardening-script/confs/etc-vconsole-conf rename to files/hardening-script/confs/etc-vconsole-conf diff --git a/coolrune-files/hardening-script/confs/etc-wpa_supplicant-wpa-supplicant-conf b/files/hardening-script/confs/etc-wpa_supplicant-wpa-supplicant-conf similarity index 100% rename from coolrune-files/hardening-script/confs/etc-wpa_supplicant-wpa-supplicant-conf rename to files/hardening-script/confs/etc-wpa_supplicant-wpa-supplicant-conf diff --git a/coolrune-files/hardening-script/confs/etc-zsh-zprofile b/files/hardening-script/confs/etc-zsh-zprofile similarity index 100% rename from coolrune-files/hardening-script/confs/etc-zsh-zprofile rename to files/hardening-script/confs/etc-zsh-zprofile diff --git a/coolrune-files/hardening-script/confs/etc-zsh-zshrc b/files/hardening-script/confs/etc-zsh-zshrc similarity index 100% rename from coolrune-files/hardening-script/confs/etc-zsh-zshrc rename to files/hardening-script/confs/etc-zsh-zshrc diff --git a/coolrune-files/hardening-script/confs/hardening-wrapper/cc-wrapper.sh b/files/hardening-script/confs/hardening-wrapper/cc-wrapper.sh similarity index 100% rename from coolrune-files/hardening-script/confs/hardening-wrapper/cc-wrapper.sh rename to files/hardening-script/confs/hardening-wrapper/cc-wrapper.sh diff --git a/coolrune-files/hardening-script/confs/hardening-wrapper/common.sh b/files/hardening-script/confs/hardening-wrapper/common.sh similarity index 100% rename from coolrune-files/hardening-script/confs/hardening-wrapper/common.sh rename to files/hardening-script/confs/hardening-wrapper/common.sh diff --git a/coolrune-files/hardening-script/confs/hardening-wrapper/ld-wrapper.sh b/files/hardening-script/confs/hardening-wrapper/ld-wrapper.sh similarity index 100% rename from coolrune-files/hardening-script/confs/hardening-wrapper/ld-wrapper.sh rename to files/hardening-script/confs/hardening-wrapper/ld-wrapper.sh diff --git a/coolrune-files/hardening-script/confs/post-install.sh b/files/hardening-script/confs/post-install.sh similarity index 100% rename from coolrune-files/hardening-script/confs/post-install.sh rename to files/hardening-script/confs/post-install.sh diff --git a/coolrune-files/hardening-script/hardening-script.sh b/files/hardening-script/hardening-script.sh similarity index 100% rename from coolrune-files/hardening-script/hardening-script.sh rename to files/hardening-script/hardening-script.sh