Update extra packages
This commit is contained in:
parent
866365b123
commit
21dc152de5
2 changed files with 1 additions and 115 deletions
114
test.sh
114
test.sh
|
@ -1,114 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
##################################################################################################################
|
||||
# Author : DarkXero
|
||||
# Website : https://xerolinux.xyz
|
||||
# To be used in Arch-Chroot (After installing Base packages via ArchInstall)
|
||||
##################################################################################################################
|
||||
|
||||
# Check if dialog is installed, if not, install it
|
||||
if ! command -v dialog &> /dev/null; then
|
||||
echo "dialog is not installed. Installing dialog..."
|
||||
pacman -S --noconfirm dialog
|
||||
fi
|
||||
|
||||
# Function to install packages
|
||||
install_packages() {
|
||||
packages=$1
|
||||
pacman -S --needed --noconfirm $packages
|
||||
}
|
||||
|
||||
# Function to selectively install packages
|
||||
selective_install() {
|
||||
packages=$1
|
||||
pacman -S --needed $packages
|
||||
}
|
||||
|
||||
# Main menu using dialog
|
||||
main_menu() {
|
||||
CHOICE=$(dialog --stdout --title "XeroLinux Plasma Install" --menu "Zb\Z1Centered Text Message Here\Zn" 20 60 4 \
|
||||
1 "Minimal : Minimal install (Older PCs)." \
|
||||
2 "Complete : Full install (Bloated Install)." \
|
||||
3 "Curated : Xero's Curated set of Plasma packages." \
|
||||
4 "Selective: Individual package selection (Advanced).")
|
||||
|
||||
case "$CHOICE" in
|
||||
1)
|
||||
install_packages "plasma-meta konsole kate dolphin ark plasma-workspace egl-wayland flatpak-kcm breeze-grub spectacle dolphin-plugins falkon nano"
|
||||
;;
|
||||
2)
|
||||
install_packages "nano kf6 qt6 plasma-meta kde-applications-meta kdeconnect packagekit-qt6 kde-cli-tools kdeplasma-addons plasma-activities polkit-kde-agent flatpak-kcm bluedevil glib2 ibus kaccounts-integration kscreen libaccounts-qt plasma-nm plasma-pa scim extra-cmake-modules kaccounts-integration kdoctools libibus wayland-protocols plasma-applet-window-buttons plasma-workspace appmenu-gtk-module kwayland-integration plasma5-integration xdg-desktop-portal-gtk"
|
||||
;;
|
||||
3)
|
||||
install_packages "nano kf6 qt6 jq xmlstarlet plasma-desktop packagekit-qt6 packagekit dolphin kcron khelpcenter kio-admin ksystemlog breeze discover plasma-workspace plasma-workspace-wallpapers powerdevil plasma-nm kaccounts-integration kdeplasma-addons plasma-pa plasma-integration plasma-browser-integration plasma-wayland-protocols plasma-systemmonitor kpipewire keysmith krecorder kweather plasmatube plasma-pass ocean-sound-theme qqc2-breeze-style plasma5-integration kdeconnect kdenetwork-filesharing kget kio-extras kio-gdrive kio-zeroconf colord-kde gwenview kamera kcolorchooser kdegraphics-thumbnailers kimagemapeditor kolourpaint okular spectacle svgpart ark kate kcalc kcharselect kdebugsettings kdf kdialog keditbookmarks kfind kgpg konsole markdownpart yakuake audiotube elisa ffmpegthumbs plasmatube dolphin-plugins pim-data-exporter pim-sieve-editor emoji-font ttf-joypixels gcc-libs glibc icu kauth kbookmarks kcmutils kcodecs kcompletion kconfig kconfigwidgets kcoreaddons kcrash kdbusaddons kdeclarative kglobalaccel kguiaddons ki18n kiconthemes kio kirigami kirigami-addons kitemmodels kitemviews kjobwidgets kmenuedit knewstuff knotifications knotifyconfig kpackage krunner kservice ksvg kwidgetsaddons kwindowsystem kxmlgui libcanberra libksysguard libplasma libx11 libxcb libxcursor libxi libxkbcommon libxkbfile plasma-activities plasma-activities-stats plasma5support polkit-kde-agent qt6-5compat qt6-base qt6-declarative qt6-wayland sdl2 solid sonnet systemsettings wayland xcb-util-keysyms xdg-user-dirs scim extra-cmake-modules intltool wayland-protocols xf86-input-libinput sddm-kcm bluedevil breeze-gtk drkonqi kde-gtk-config kdeplasma-addons kinfocenter kscreen ksshaskpass oxygen oxygen-sounds xdg-desktop-portal-kde breeze-grub flatpak-kcm falkon"
|
||||
;;
|
||||
4)
|
||||
selective_install "nano kf6 qt6 plasma-meta kde-applications-meta kdeconnect packagekit-qt6 kde-cli-tools kdeplasma-addons plasma-activities polkit-kde-agent flatpak-kcm bluedevil glib2 ibus kaccounts-integration kscreen libaccounts-qt plasma-nm plasma-pa scim extra-cmake-modules kaccounts-integration kdoctools libibus wayland-protocols plasma-applet-window-buttons plasma-workspace appmenu-gtk-module kwayland-integration plasma5-integration xdg-desktop-portal-gtk"
|
||||
;;
|
||||
*)
|
||||
if [ "$CHOICE" == "" ]; then
|
||||
clear
|
||||
exit 0
|
||||
else
|
||||
dialog --msgbox "Invalid option. Please select 1, 2, 3, or 4." 10 40
|
||||
main_menu
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
# Display main menu
|
||||
main_menu
|
||||
|
||||
# Prompt for adding XeroLinux repo using dialog
|
||||
if dialog --stdout --title "XeroLinux Repository" --yesno "Would you like to add the XeroLinux repository?" 10 40; then
|
||||
echo "Adding XeroLinux Repository..."
|
||||
echo -e '\n[xerolinux]\nSigLevel = Optional TrustAll\nServer = https://repos.xerolinux.xyz/$repo/$arch' | tee -a /etc/pacman.conf
|
||||
sed -i '/^\s*#\s*\[multilib\]/,/^$/ s/^#//' /etc/pacman.conf
|
||||
fi
|
||||
|
||||
# Prompt for installing Paru/Toolkit using dialog
|
||||
if dialog --stdout --title "Install Paru & Xero-Toolkit" --yesno "Would you like to install Paru & the Xero-Toolkit?" 10 40; then
|
||||
echo "Installing Paru/Toolkit..."
|
||||
pacman -Syy --noconfirm paru-bin xlapit-cli
|
||||
fi
|
||||
|
||||
echo "Installing PipeWire packages..."
|
||||
install_packages "gstreamer gst-libav gst-plugins-bad gst-plugins-base gst-plugins-ugly libdvdcss alsa-utils alsa-firmware pavucontrol lib32-pipewire-jack libpipewire pipewire-v4l2 pipewire-x11-bell pipewire-zeroconf realtime-privileges sof-firmware ffmpeg ffmpegthumbs ffnvcodec-headers"
|
||||
|
||||
echo "Installing Bluetooth packages..."
|
||||
install_packages "bluez bluez-utils bluez-plugins bluez-hid2hci bluez-cups bluez-libs bluez-tools"
|
||||
systemctl enable bluetooth.service
|
||||
|
||||
echo "Adding support for OS-Prober"
|
||||
install_packages "os-prober"
|
||||
sed -i 's/#\s*GRUB_DISABLE_OS_PROBER=false/GRUB_DISABLE_OS_PROBER=false/' '/etc/default/grub'
|
||||
os-prober
|
||||
grub-mkconfig -o /boot/grub/grub.cfg
|
||||
|
||||
echo "Installing other useful applications..."
|
||||
install_packages "meld timeshift elisa mpv gnome-disk-utility btop"
|
||||
|
||||
echo "Detecting if you are using a VM"
|
||||
result=$(systemd-detect-virt)
|
||||
case $result in
|
||||
oracle)
|
||||
echo "Installing virtualbox-guest-utils..."
|
||||
install_packages "virtualbox-guest-utils"
|
||||
;;
|
||||
kvm)
|
||||
echo "Installing qemu-guest-agent and spice-vdagent..."
|
||||
install_packages "qemu-guest-agent spice-vdagent qemu-hw-display-qxl xf86-video-qxl"
|
||||
;;
|
||||
vmware)
|
||||
echo "Installing xf86-video-vmware and open-vm-tools..."
|
||||
install_packages "xf86-video-vmware open-vm-tools xf86-input-vmmouse"
|
||||
systemctl enable vmtoolsd.service
|
||||
;;
|
||||
*)
|
||||
echo "You are not running in a VM."
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
dialog --msgbox "Installation Complete. Done, now exit and reboot. For further customization, if you opted to install our Toolkit, please find it in AppMenu under System or by typing xero-cli in terminal." 10 40
|
|
@ -91,7 +91,7 @@ os-prober
|
|||
grub-mkconfig -o /boot/grub/grub.cfg
|
||||
|
||||
echo "Installing other useful applications..."
|
||||
install_packages "meld timeshift elisa mpv gnome-disk-utility btop"
|
||||
install_packages "meld timeshift elisa mpv gnome-disk-utility btop gum inxi"
|
||||
|
||||
echo "Detecting if you are using a VM"
|
||||
result=$(systemd-detect-virt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue