Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayden committed Oct 7, 2018
1 parent 584bb8e commit 758150b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions linux_files/profile
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ export DISPLAY=:0
# enable external libgl
export LIBGL_ALWAYS_INDIRECT=1

# speed up some GUI apps
# speed up some GUI apps like gedit
export NO_AT_BRIDGE=1

# alias our helper apps
# alias wlinux helper apps
alias wlinux-setup='bash /etc/setup'
alias wlinux-help='bash /etc/helpme'

# does .firstrun exist? if not, run setup and touch .firstrun
# does .firstrun exist? if not, mention wlinux-setup and touch .firstrun
if [ ! -f ~/.firstrun ]; then
echo "Welcome to WLinux. Type 'wlinux-setup' to run the setup tool. You will only see this message once."
touch ~/.firstrun
Expand Down
2 changes: 1 addition & 1 deletion linux_files/setup
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To learn more about apt you should use man, try typing $ man apt\
}

function continueprompt {
if (whiptail --title "Continue setup?" --yesno "Would you like to continue setup?" 10 45) then
if (whiptail --title "Continue setup?" --yesno "Would you like to continue wlinux-setup?" 8 50) then
echo "Starting wlinux-setup."
else
echo "Exiting wlinux-setup"
Expand Down

0 comments on commit 758150b

Please sign in to comment.