Fix uninstall list
此提交包含在:
@@ -872,7 +872,10 @@ installMCGENERIC() {
|
|||||||
grep -i "Depends:" control
|
grep -i "Depends:" control
|
||||||
readarray -t raw_files < <(tar xvf data.tar.xz)
|
readarray -t raw_files < <(tar xvf data.tar.xz)
|
||||||
# Output to log file
|
# Output to log file
|
||||||
echo "${raw_files[@]/#./}" >> "$SCRIPTDIR/.uninstall"
|
for f in "${raw_files[@]/#./}"; do
|
||||||
|
echo "$f" >> "$SCRIPTDIR/.uninstall"
|
||||||
|
done
|
||||||
|
#echo "${raw_files[@]/#./}" >> "$SCRIPTDIR/.uninstall"
|
||||||
# Manually install files
|
# Manually install files
|
||||||
for f in "${raw_files[@]}"; do
|
for f in "${raw_files[@]}"; do
|
||||||
execute sudo cp -a "$f" "${f/#./}"
|
execute sudo cp -a "$f" "${f/#./}"
|
||||||
|
|||||||
新增問題並參考
封鎖使用者