Skip to content

Commit

Permalink
Make sure that folders exist before copying to them in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Corewala committed Nov 24, 2020
1 parent 561a0a2 commit f7f7d86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img width="180" align="center" src="https://raw.githubusercontent.com/Corewala/Smother/c4b2f5b87048a58b6f9fa70552a331d8a71ce6f4/smother.svg" />
<img width="180" src="https://raw.githubusercontent.com/Corewala/Smother/c4b2f5b87048a58b6f9fa70552a331d8a71ce6f4/smother.svg" />

# Smother
A simple gtk application for managing an OpenVPN killswitch using ufw.
Expand Down
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ case $selection in
1)
sudo systemctl enable ufw &> /dev/null
sudo ufw enable &> /dev/null
mkdir ~/.local/bin &> /dev/null
mkdir ~/.local/share/applications &> /dev/null
mkdir ~/.icons &> /dev/null
cp build/smother ~/.local/bin
cp build/Smother.desktop ~/.local/share/applications
cp smother.svg ~/.icons
Expand Down

0 comments on commit f7f7d86

Please sign in to comment.