Skip to content

Commit

Permalink
Fix icons in 1.5 script
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBlack85 authored Mar 31, 2023
1 parent 13d5cbc commit 193793a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/1.5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ bash /home/astronaut/.astroarch/scripts/1.4.sh
sudo pacman -Fy
sudo pacman -R alacritty
sudo pacman -S konsole

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

# Make the icons executable so there will be no ! on the first boot
chmod +x /home/astronaut/Desktop/org.kde.konsole.desktop

0 comments on commit 193793a

Please sign in to comment.