upgrade-1.5_to_1.7_debian8.sh 219 B

12345678910
  1. #!/bin/sh
  2. if [ -z "$1" ]; then
  3. echo "The update is not performed. You must specify the installation package SecretNet LSP..." 1>/tmp/sn-update.log 2>&1
  4. exit 1
  5. fi
  6. PATH=/usr/bin:/usr/sbin:/bin:/sbin
  7. dpkg -i $1