Skip to content

Commit

Permalink
Also add cocktailberry to application
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreWohnsland committed Jul 20, 2024
1 parent 67037b3 commit 5b8381d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@ sudo cp ~/CocktailBerry/scripts/cocktail.desktop /etc/xdg/autostart/
# also adding the desktop file to the desktop, addidng picture to /usr/share/pixmaps
echo "Copying desktop file to: ~/Desktop/cocktail.desktop"
sudo cp ~/CocktailBerry/scripts/cocktail.desktop ~/Desktop/
sudo chmod +x ~/Desktop/cocktail.desktop
sudo cp ~/CocktailBerry/src/ui_elements/cocktailberry.png /usr/share/pixmaps/cocktailberry.png

# also create an application entry for the start menu
sudo cp ~/CocktailBerry/scripts/cocktail.desktop /usr/share/applications/
sudo chmod +x /usr/share/applications/cocktail.desktop

# Making write permission for all to wpa
# We need this if we want to change wifi settings within CocktailBerry
echo "Giving write permission to /etc/wpa_supplicant/wpa_supplicant.conf"
Expand Down

0 comments on commit 5b8381d

Please sign in to comment.