Skip to content

Commit

Permalink
Copy icons instead of symlinking
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBlack85 authored Feb 1, 2023
1 parent bdb66d5 commit 6accbcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ su astronaut -c "cp /home/astronaut/.astroarch/desktop/org.kde.kstars.desktop /h
su astronaut -c "cp /home/astronaut/.astroarch/desktop/phd2.desktop /home/astronaut/Desktop"

# Remove actual novnc icons
rm -r /usr/share/webapps/novnc/app/images/icons
# Link custom novnc icons folder
ln -s /home/astronaut/.astroarch/assets/icons /usr/share/webapps/novnc/app/images/icons
rm -r /usr/share/webapps/novnc/app/images/icons/*
# Copy custom novnc icons folder
cp -r /home/astronaut/.astroarch/assets/icons/* /usr/share/webapps/novnc/app/images/icons

# config hostnames
echo "astroarch" > /etc/hostname
Expand Down

0 comments on commit 6accbcd

Please sign in to comment.