Bugs fixed
This commit is contained in:
parent
444d3a2329
commit
ce79e18a38
6
fresh.sh
6
fresh.sh
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# TODO: count of packages depending on selected platform
|
||||
|
||||
scriptdir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||
logfile="/dev/null"
|
||||
|
||||
@ -135,7 +137,7 @@ download_dotfiles() {
|
||||
cd /home/$uname
|
||||
mkdir -p .dotfiles && cd .dotfiles
|
||||
git clone $repo .
|
||||
/bin/bash install.sh
|
||||
$(./install.sh)
|
||||
echo "Dotfiles downloaded and installed\n\n" >> $logfile
|
||||
}
|
||||
|
||||
@ -149,7 +151,7 @@ ready_steady_go() {
|
||||
dialog --title "WE ARE DONE" --msgbox "The installation is complete\n\n#fingerscrossed everything worked :D" 0 0 ;
|
||||
}
|
||||
|
||||
|
||||
# ACTUAL ROUTINE
|
||||
|
||||
init
|
||||
startup_msg
|
||||
|
Loading…
x
Reference in New Issue
Block a user