We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a855c76 commit 375adb0Copy full SHA for 375adb0
test/install.sh
@@ -94,15 +94,15 @@ restore(){
94
cp -rvi ~/.local/share/CharlesScripts/data/home/.* ~/
95
fi
96
97
- cd ~/.local/share/CharlesScripts/charles/bin
+ # cd ~/.local/share/CharlesScripts/charles/bin
98
99
- Y_LIST=(
100
- omf-restore)
+ # Y_LIST=(
+ # omf-restore)
101
102
- for Y in ${Y_LIST[@]}; do
103
- echo $Y
104
- prompty $Y
105
- done
+ # for Y in ${Y_LIST[@]}; do
+ # echo $Y
+ # prompty $Y
+ # done
106
}
107
dependency
108
gitclone
0 commit comments