Skip to content

Commit

Permalink
Do not prompt for confirmation when installing/removing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBlack85 authored Mar 31, 2023
1 parent 193793a commit 8dd1ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/1.5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ bash /home/astronaut/.astroarch/scripts/1.4.sh

# Apply changes for 1.5
sudo pacman -Fy
sudo pacman -R alacritty
sudo pacman -S konsole
sudo pacman -R alacritty --noconfirm
sudo pacman -S konsole --noconfirm

# Add Konsole icon to desktop and remove Alacritty one
su astronaut -c "cp /home/astronaut/.astroarch/desktop/org.kde.konsole.desktop /home/astronaut/Desktop"
Expand Down

0 comments on commit 8dd1ff1

Please sign in to comment.