소스 검색

add `unpack_server_data.sh` to interactive install

abram 5 년 전
부모
커밋
dbeabcae2e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      aux/deploy-busunit-interactive

+ 1 - 0
aux/deploy-busunit-interactive

@@ -231,6 +231,7 @@ sudo bash -c " cd /home/bus/bin ; cp -fRL $bd/scripts/connection_tether.sh . ; c
 
 sudo bash -c " cd /home/bus/bin ; cp -fRL $bd/scripts/apply_update.sh . ; cp -fRL $bd/scripts/apply_update_legacy.sh . ; cp -fRL $bd/scripts/apply_update_popufare.sh . "
 sudo bash -c " cd /home/bus/bin ; cp -fRL $bd/scripts/fix_pkg_perm.sh . "
+sudo bash -c " cd /home/bus/bin ; cp -fRL $bd/scripts/unpack_server_data.sh . "
 
 sudo bash -c " cd /home/bus/bin ; cp -fRL $bd/scripts/say . "
 sudo bash -c " cd /home/bus/bin ; cp -fRL $bd/scripts/volumeset . "