diff --git a/README.md b/README.md index f06e490..d565840 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + # Smother A simple gtk application for managing an OpenVPN killswitch using ufw. diff --git a/install.sh b/install.sh index 8266320..4c2ef4e 100644 --- a/install.sh +++ b/install.sh @@ -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