1
0
Fork 0
mirror of synced 2025-04-05 06:03:33 +03:00

use env to select sh

This commit is contained in:
Danijel James 2016-04-25 10:21:46 +09:30
parent c1aa78bcfe
commit 8d1f757755
No known key found for this signature in database
GPG key ID: 71CD79E270B84F5B
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
#
# Script for automatic setup of an IPsec/L2TP VPN server on Ubuntu LTS and Debian 8.
# Works on dedicated servers and any KVM- or Xen-based Virtual Private Server (VPS).

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
#
# Script for automatic setup of an IPsec/L2TP VPN server on 64-bit CentOS/RHEL 6 & 7.
# Works on dedicated servers and any KVM- or Xen-based Virtual Private Server (VPS).

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
#
# Script to upgrade Libreswan on Ubuntu and Debian
#

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
#
# Script to upgrade Libreswan on CentOS and RHEL
#