Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
the0demiurge committed Jan 8, 2018
1 parent a855c76 commit 375adb0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ restore(){
cp -rvi ~/.local/share/CharlesScripts/data/home/.* ~/
fi

cd ~/.local/share/CharlesScripts/charles/bin
# cd ~/.local/share/CharlesScripts/charles/bin

Y_LIST=(
omf-restore)
# Y_LIST=(
# omf-restore)

for Y in ${Y_LIST[@]}; do
echo $Y
prompty $Y
done
# for Y in ${Y_LIST[@]}; do
# echo $Y
# prompty $Y
# done
}
dependency
gitclone
Expand Down

0 comments on commit 375adb0

Please sign in to comment.