我正在创建一个安装某些软件包的脚本,并且应该移动一些文件。 我想通过以下方式安装它:
sudo curl -sL https://raw.githubusercontent.com/Punching/MagicMirror/test/install_v2.bash | bash
它应该安静好,直到它应该安装PHP5。 脚本与:
分手Processing triggers for libc-bin (2.19-18+deb8u3) ...
Processing triggers for systemd (215-17+deb8u3) ...
Processing triggers for libapache2-mod-php5 (5.6.20+dfsg-0+deb8u1) ...
pi@raspberrypi:~ $
没有其他事情发生,没有文件被移动。
我希望有人可以帮助我。
修改: 这样的行是否正常:
Do you want to continue? [Y/n]
使用
时不要等到用户输入sudo apt-get upgrade
这样吗?