This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-installer.git

commit 56281e8f902594caccaac7ce0182614c5874f66a
Author: Rohit Yadav <[email protected]>
AuthorDate: Mon May 13 11:08:54 2024 +0000

    Introduce install.sh
    
    Signed-off-by: Rohit Yadav <[email protected]>
---
 README.md              |  7 ++++++-
 stall.sh => install.sh |  0
 stall.sh               | 21 +--------------------
 3 files changed, 7 insertions(+), 21 deletions(-)

diff --git a/README.md b/README.md
index e66d647..85a9a44 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,7 @@
 # c8k.in
-One-liner installer for Apache CloudStack
+
+One-liner installer for [Apache CloudStack](https://cloudstack.apache.org)
+
+```bash
+curl -sfL https://c8k.in/stall.sh | bash
+```
diff --git a/stall.sh b/install.sh
similarity index 100%
copy from stall.sh
copy to install.sh
diff --git a/stall.sh b/stall.sh
deleted file mode 100644
index b17b99b..0000000
--- a/stall.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-# 
-#   http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-set -e
-set -o noglob
diff --git a/stall.sh b/stall.sh
new file mode 120000
index 0000000..61e71e2
--- /dev/null
+++ b/stall.sh
@@ -0,0 +1 @@
+install.sh
\ No newline at end of file

Reply via email to