diff options
| author | Chris Titus <[email protected]> | 2021-10-25 00:29:55 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-25 00:29:55 -0500 |
| commit | 4b6ad793e537726d99590ad93ff9f763fc4ea475 (patch) | |
| tree | 8785a91f8499c6b137640be49a5c2b0423ebd5b8 /1-setup.sh | |
| parent | bf7332e38d6f7f0ac249c39c45300dc657d6c07c (diff) | |
| parent | 3623487781cb98ed98993c00499079f6a5378239 (diff) | |
| download | ArchTitus-4b6ad793e537726d99590ad93ff9f763fc4ea475.tar.xz ArchTitus-4b6ad793e537726d99590ad93ff9f763fc4ea475.zip | |
Merge pull request #26 from ChrisTitusTech/test
Bug Fixes ArchTitus 1.1 Release
Diffstat (limited to '1-setup.sh')
| -rwxr-xr-x | 1-setup.sh | 70 |
1 files changed, 11 insertions, 59 deletions
@@ -53,6 +53,15 @@ pacman -Sy --noconfirm echo -e "\nInstalling Base System\n" PKGS=( +'mesa' # Essential Xorg First +'xorg' +'xorg-server' +'xorg-apps' +'xorg-drivers' +'xorg-xkill' +'xorg-xinit' +'xterm' +'plasma-desktop' # KDE Load second 'alsa-plugins' # audio plugins 'alsa-utils' # audio utils 'ark' # compression @@ -76,15 +85,10 @@ PKGS=( 'code' # Visual Studio code 'cronie' 'cups' -'dhcpcd' 'dialog' 'discover' -'dmidecode' -'dnsmasq' 'dolphin' 'dosfstools' -'drkonqi' -'edk2-ovmf' 'efibootmgr' # EFI boot 'egl-wayland' 'exfat-utils' @@ -98,7 +102,6 @@ PKGS=( 'git' 'gparted' # partition management 'gptfdisk' -'groff' 'grub' 'grub-customizer' 'gst-libav' @@ -108,45 +111,12 @@ PKGS=( 'htop' 'iptables-nft' 'jdk-openjdk' # Java 17 -'kactivitymanagerd' 'kate' 'kvantum-qt5' -'kcalc' -'kcharselect' -'kcron' -'kde-cli-tools' 'kde-gtk-config' -'kdecoration' -'kdenetwork-filesharing' -'kdeplasma-addons' -'kdesdk-thumbnailers' -'kdialog' -'keychain' -'kfind' -'kgamma5' -'kgpg' -'khotkeys' -'kinfocenter' 'kitty' -'kmenuedit' -'kmix' 'konsole' -'kscreen' -'kscreenlocker' -'ksshaskpass' -'ksystemlog' -'ksystemstats' -'kwallet-pam' -'kwalletmanager' -'kwayland-integration' -'kwayland-server' -'kwin' -'kwrite' -'kwrited' 'layer-shell-qt' -'libguestfs' -'libkscreen' -'libksysguard' 'libnewt' 'libtool' 'linux' @@ -172,21 +142,6 @@ PKGS=( 'patch' 'picom' 'pkgconf' -'plasma-browser-integration' -'plasma-desktop' -'plasma-disks' -'plasma-firewall' -'plasma-integration' -'plasma-nm' -'plasma-pa' -'plasma-sdk' -'plasma-systemmonitor' -'plasma-thunderbolt' -'plasma-vault' -'plasma-workspace' -'plasma-workspace-wallpapers' -'polkit-kde-agent' -'powerdevil' 'powerline-fonts' 'print-manager' 'pulseaudio' @@ -205,13 +160,11 @@ PKGS=( 'synergy' 'systemsettings' 'terminus-font' -'texinfo' 'traceroute' 'ufw' 'unrar' 'unzip' 'usbutils' -'vde2' 'vim' 'virt-manager' 'virt-viewer' @@ -222,9 +175,6 @@ PKGS=( 'winetricks' 'xdg-desktop-portal-kde' 'xdg-user-dirs' -'xorg' -'xorg-server' -'xorg-xinit' 'zeroconf-ioslave' 'zip' 'zsh' @@ -275,6 +225,8 @@ then passwd $username cp -R /root/ArchTitus /home/$username/ chown -R $username: /home/$username/ArchTitus + read -p "Please name your machine:" nameofmachine + echo $nameofmachine > /etc/hostname else echo "You are already a user proceed with aur installs" fi |
