mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
Merge pull request #765 from 4s3ti/master
Typos and info regarding support
This commit is contained in:
commit
33ee77d2b0
3 changed files with 7 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
##How to contribute to PiVPN
|
## How to contribute to PiVPN
|
||||||
|
|
||||||
### **Before Getting Started**
|
### **Before Getting Started**
|
||||||
|
|
||||||
|
|
|
@ -133,7 +133,10 @@ you want to remove OpenVPN without installing a fresh Raspbian image, just run
|
||||||
Feedback & Support
|
Feedback & Support
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
#### Please read carefully the [issue template](https://github.com/pivpn/pivpn/blob/master/ISSUE_TEMPLATE.md) and the [contributors' guide](https://github.com/pivpn/pivpn/blob/master/CONTRIBUTING.md), we will close all incomplete issue templates.
|
||||||
|
|
||||||
PiVPN is purely community driven, and we are interested in making this script work for as many people as possible, we welcome any feedback on your experience.
|
PiVPN is purely community driven, and we are interested in making this script work for as many people as possible, we welcome any feedback on your experience.
|
||||||
|
Please be respectful and be aware that this is maintained with our free time!
|
||||||
|
|
||||||
for community support or general questions.
|
for community support or general questions.
|
||||||
Feel free to post on our subreddit <https://www.reddit.com/r/pivpn/>
|
Feel free to post on our subreddit <https://www.reddit.com/r/pivpn/>
|
||||||
|
@ -143,7 +146,6 @@ For code related issues, code contributions, feature requests, feel free to open
|
||||||
We will classify the issues the best we can to keep things sorted.
|
We will classify the issues the best we can to keep things sorted.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Related Projects
|
Related Projects
|
||||||
--------
|
--------
|
||||||
[StarshipEngineer/OpenVPN-Setup](https://github.com/StarshipEngineer/OpenVPN-Setup)
|
[StarshipEngineer/OpenVPN-Setup](https://github.com/StarshipEngineer/OpenVPN-Setup)
|
||||||
|
|
|
@ -1181,7 +1181,8 @@ updatePiVPN() {
|
||||||
displayFinalMessage() {
|
displayFinalMessage() {
|
||||||
# Final completion message to user
|
# Final completion message to user
|
||||||
whiptail --msgbox --backtitle "Make it so." --title "Installation Complete!" "Now run 'pivpn add' to create the ovpn profiles.
|
whiptail --msgbox --backtitle "Make it so." --title "Installation Complete!" "Now run 'pivpn add' to create the ovpn profiles.
|
||||||
Run 'pivpn help' to see what else you can do!" ${r} ${c}
|
Run 'pivpn help' to see what else you can do!\n\nIf you run into any issue, please read all our documentation carefully.
|
||||||
|
All incomplete posts or bug reports will be ignored or deleted.\n\nThank you for using PiVPN." ${r} ${c}
|
||||||
if (whiptail --title "Reboot" --yesno --defaultno "It is strongly recommended you reboot after installation. Would you like to reboot now?" ${r} ${c}); then
|
if (whiptail --title "Reboot" --yesno --defaultno "It is strongly recommended you reboot after installation. Would you like to reboot now?" ${r} ${c}); then
|
||||||
whiptail --title "Rebooting" --msgbox "The system will now reboot." ${r} ${c}
|
whiptail --title "Rebooting" --msgbox "The system will now reboot." ${r} ${c}
|
||||||
printf "\nRebooting system...\n"
|
printf "\nRebooting system...\n"
|
||||||
|
@ -1233,6 +1234,7 @@ clone_or_update_repos() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
######## SCRIPT ############
|
######## SCRIPT ############
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
|
|
Loading…
Reference in a new issue