Skip to content

Commit 375adb0

Browse files
committed
.
1 parent a855c76 commit 375adb0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/install.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@ restore(){
9494
cp -rvi ~/.local/share/CharlesScripts/data/home/.* ~/
9595
fi
9696

97-
cd ~/.local/share/CharlesScripts/charles/bin
97+
# cd ~/.local/share/CharlesScripts/charles/bin
9898

99-
Y_LIST=(
100-
omf-restore)
99+
# Y_LIST=(
100+
# omf-restore)
101101

102-
for Y in ${Y_LIST[@]}; do
103-
echo $Y
104-
prompty $Y
105-
done
102+
# for Y in ${Y_LIST[@]}; do
103+
# echo $Y
104+
# prompty $Y
105+
# done
106106
}
107107
dependency
108108
gitclone

0 commit comments

Comments
 (0)