Skip to content

Commit

Permalink
Merge pull request #37 from NymexData/development
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
felipealfonsog committed Dec 8, 2023
2 parents f4e38ce + 5ff21b0 commit ee638fc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified Licenses/.DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Simple: Vip shell to avoid usage of sudo.

![Version](https://img.shields.io/github/release/NymexData/C-VipNX.svg?style=flat&color=blue)
[![Open Source? Yes!](https://badgen.net/badge/Open%20Source%20%3F/Yes%21/blue?icon=github)](https://github.com/Naereen/badges/)
![Main Language](https://img.shields.io/github/languages/top/felipealfonsog/C-VipNX.svg?style=flat&color=blue)
![Main Language](https://img.shields.io/github/languages/top/NymexData/C-VipNX.svg?style=flat&color=blue)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)

[![Vim](https://img.shields.io/badge/--019733?logo=vim)](https://www.vim.org/)
Expand Down Expand Up @@ -86,18 +86,18 @@ This command will automatically fetch the package from AUR and handle the instal
[![Install VIP Shell](https://img.shields.io/badge/Install-VIP%20Shell-brightgreen)](#)


To install Vip shell, simply run the installer script available [here](https://github.com/felipealfonsog/C-VipNX/raw/main/installer.sh).
To install Vip shell, simply run the installer script available [here](https://github.com/NymexData/C-VipNX/raw/main/installer.sh).

Or just Copy - Paste in your terminal and use -curl- to start downloading the installer:

```
curl -O https://raw.githubusercontent.com/felipealfonsog/C-VipNX/main/installer.sh
curl -O https://raw.githubusercontent.com/NymexData/C-VipNX/main/installer.sh
```

If you want to use -wget- just copy/paste this line:

```
wget https://github.com/felipealfonsog/C-VipNX/raw/main/installer.sh
wget https://github.com/NymexData/C-VipNX/raw/main/installer.sh
```

On macOS to download - wget - just install it with Homebrew:
Expand Down Expand Up @@ -135,7 +135,7 @@ If you want to update term-notes in your system, re-run the script:
```
./installer.sh
```
Please note that if you encounter any issues or have suggestions, feel free to raise an issue on the [Vip shell repository](https://github.com/felipealfonsog/C-VipNX/issues). Your feedback is invaluable!
Please note that if you encounter any issues or have suggestions, feel free to raise an issue on the [Vip shell repository](https://github.com/NymexData/C-VipNX/issues). Your feedback is invaluable!

Thank you for joining me on this journey, and I hope Vip shell brings value to your life and workflow. Let's continue making technology accessible and enjoyable for everyone!

Expand Down
4 changes: 2 additions & 2 deletions src/AUR/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Mantenedor: Felipe Alfonso Gonzalez <f.alfonso@res-ear.ch>
pkgname=vipshell
pkgver=1.2.4
pkgver=1.2.5
pkgrel=1
pkgdesc="VIP Shell is a cutting-edge, open-source terminal environment that elevates your command-line experience with enhanced features and personalized interactions."
arch=('x86_64')
url="https://github.com/felipealfonsog/C-VipNX"
license=('MIT')
depends=('gcc')
source=("https://github.com/felipealfonsog/C-VipNX/archive/refs/tags/v.${pkgver}.tar.gz")
sha256sums=('7111ba0d04ae16d01fc590e3838edf22e2afef69db2be522775e2ede0659f76a')
sha256sums=('b342e8b04bc8915c03c6ee3e4dada27a09b1eb6749b7d74cb028903f89c1e3b7')

prepare() {
tar xf "v.${pkgver}.tar.gz" -C "$srcdir" --strip-components=1
Expand Down

0 comments on commit ee638fc

Please sign in to comment.