first commit
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -Eeuo pipefail
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
echo "install-lxc.sh is kept as a compatibility alias; using scripts/install.sh." >&2
|
||||
exec "$SCRIPT_DIR/install.sh" "$@"
|
||||
Reference in New Issue
Block a user