Skip to content

Commit

Permalink
Update renamedefaultpiuser.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
deathbybandaid committed May 22, 2017
1 parent 27c65ad commit 935c2f5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions renamedefaultpiuser.sh
Expand Up @@ -4,10 +4,14 @@
## Dependencies Check
sudo bash /etc/piadvanced/dependencies/dep-whiptail.sh

## Variables
source /etc/piadvanced/install/firewall.conf
source /etc/piadvanced/install/variables.conf
source /etc/piadvanced/install/userchange.conf
## Simple test if Whiptail is installed.
{ if
which whiptail >/dev/null;
then
:
else
sudo apt-get install -y whiptail
fi }

## Ask if Root, If Not exits
{ if
Expand Down

0 comments on commit 935c2f5

Please sign in to comment.