Update configure.sh

This commit is contained in:
2025-12-30 21:21:23 +01:00
parent 22ffe9b916
commit 283d584415

View File

@@ -40,8 +40,8 @@ yay -Sy
sleep 3 sleep 3
echo "turning off grub timeout" echo "turning off grub timeout"
chmod 777 grub/grub.sh chmod 777 $START_DIR/grub/grub.sh
bash grub/grub.sh bash $START_DIR/grub/grub.sh
#sudo nano /etc/default/grub #sudo nano /etc/default/grub
#sudo grub-mkconfig -o /boot/grub/grub.cfg #sudo grub-mkconfig -o /boot/grub/grub.cfg
@@ -86,7 +86,7 @@ mkdir -p .config/rofi
cp "$START_DIR"/rofi/* $HOME/.config/rofi/ -r cp "$START_DIR"/rofi/* $HOME/.config/rofi/ -r
#apps #apps
yay -S jellifin-media-player youtube-dl-gui jetbrains-toolbox sddm-silent-theme rustdesk --needed --noconfirm yay -S jellifin-media-player youtube-dl-gui jetbrains-toolbox sddm-silent-theme --needed --noconfirm
yay -S --needed --noconfirm rpi-imager dirb wordlists yay -S --needed --noconfirm rpi-imager dirb wordlists
echo "Setting up sddm silent theme" echo "Setting up sddm silent theme"
@@ -100,6 +100,7 @@ sudo echo " # Make sure these options are correct:
sudo pacman -S steam nwg-displays calibre freecad obs-studio samba cmake feh --needed --noconfirm sudo pacman -S steam nwg-displays calibre freecad obs-studio samba cmake feh --needed --noconfirm
sudo pacman -S wine wine-gecko wine-mono winetricks --needed --noconfirm sudo pacman -S wine wine-gecko wine-mono winetricks --needed --noconfirm
yay -S rustdesk --needed --noconfirm
#echo "Installing Oh my zsh" #echo "Installing Oh my zsh"
#sudo pacman -S --needed --noconfirm zsh-autosuggestions zsh-syntax-highlighting #sudo pacman -S --needed --noconfirm zsh-autosuggestions zsh-syntax-highlighting