ソースを参照

added removal of torvm, git and dependencies

master
Pascal Gloor 5年前
コミット
5ed2179b0b
1個のファイルの変更6行の追加0行の削除
  1. 6
    0
      install.sh

+ 6
- 0
install.sh ファイルの表示

@@ -58,4 +58,10 @@ echo "Cleaning syslog"
/etc/init.d/rsyslog stop
find /var/log -type f -print0 | xargs -0 rm

echo "Removing installer script, git package and dependencies"
cd ..
rm -rf torvm
apt-get --assume-yes remove --purge git
apt-get --assume-yes autoremove --purge

echo "Setup complete, please reboot to make it active"

読み込み中…
キャンセル
保存