diff options
author | ihipop | 2025-03-19 16:08:01 +0800 |
---|---|---|
committer | ihipop | 2025-03-19 16:08:01 +0800 |
commit | d4e5aba1ae8712710d994c4439105c1e29121dca (patch) | |
tree | 47d0da6b62707c3d335c9b9bdbbc27fa20b08f6e | |
parent | 26a9dfbdb5da1ff741158a21e3bc1c34def05238 (diff) | |
download | aur-d4e5aba1ae8712710d994c4439105c1e29121dca.tar.gz |
replace -Sy with -Syu
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 | ||||
-rw-r--r-- | warp-terminal-pacman-repo-install | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ pkgbase = warp-terminal-pacman-repo - pkgdesc = This is a bootstrap script for official wap-terminal pacman repo. Please run pacman -Sy warp-terminal after install this package. + pkgdesc = This is a bootstrap script for official wap-terminal pacman repo. Please run pacman -Syu warp-terminal after install this package. pkgver = 0.1.2 - pkgrel = 1 + pkgrel = 2 url = https://warp.dev install = warp-terminal-pacman-repo-install arch = x86_64 @@ -4,7 +4,7 @@ _pkgname="warp-terminal-pacman-repo" pkgname=${_pkgname} pkgver=0.1.2 pkgrel=1 -pkgdesc="This is a bootstrap script for official wap-terminal pacman repo. Please run pacman -Sy warp-terminal after install this package." +pkgdesc="This is a bootstrap script for official wap-terminal pacman repo. Please run pacman -Syu warp-terminal after install this package." arch=('x86_64' 'aarch64') url="https://warp.dev" license=('custom') diff --git a/warp-terminal-pacman-repo-install b/warp-terminal-pacman-repo-install index 1563291c4a8d..116761e7d889 100644 --- a/warp-terminal-pacman-repo-install +++ b/warp-terminal-pacman-repo-install @@ -13,10 +13,10 @@ _do_install() { pacman-key --lsign-key "${_pgp_key_name}" && \ echo '[warpdotdev] Server = https://releases.warp.dev/linux/pacman/\$repo/\$arch' >> /etc/pacman.conf && \ - pacman -Sy --noconfirm warp-terminal || echo ' + pacman -Syu --noconfirm warp-terminal || echo ' ############DONE############ Repo configureed, please run - pacman -Sy warp-terminal + pacman -Syu warp-terminal to install the warp-terminal ############DONE############ ' |