clear + file move
This commit is contained in:
28
scripts-install/dnf-install-core-packages.sh
Normal file
28
scripts-install/dnf-install-core-packages.sh
Normal file
@@ -0,0 +1,28 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Add ROOT Level - Software & Packages.
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
echo " "
|
||||
echo " DNF Install Software & Packages"
|
||||
echo " "
|
||||
echo " Enter your user password, to continue if necessary"
|
||||
echo " "
|
||||
echo " continues the software installation in 3 seconds"
|
||||
echo " "
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
sleep 3
|
||||
# DNF Update & apt upgrade
|
||||
sudo dnf update && sudo dnf upgrade -y
|
||||
|
||||
echo "Enter your user password, to continue if necessary"
|
||||
|
||||
sudo dnf install -y https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
||||
|
||||
# Core packages to be installed
|
||||
sudo dnf install -y sddm arandr autorandr dialog bspwm sxhkd picom polybar xautolock xsecurelock git kitty psmisc rofi pcmanfm nitrogen dunst cups system-config-printer xsensors cifs-utils lxpolkit xbacklight lxappearance htop mc xarchiver pulseaudio pulseaudio-utils bluez bluez-tools xfce4-pulseaudio-plugin npm cava curl tmux sxiv scrot flameshot firefox numlockx ranger neovim neofetch flatpak timeshift ren krename gparted xfce4-power-manager xfce4-settings bpytop
|
||||
|
||||
# Not for production version
|
||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||
|
||||
# Google Chrome - Download + Install ON / OFF
|
||||
sudo dnf install -y https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
|
||||
Reference in New Issue
Block a user