Skip to content

Commit 39a5e06

Browse files
committed
update pull readme (gum)
1 parent 610a7db commit 39a5e06

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.d4g-tools/deploy/pull/readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Install gum
2+
sudo mkdir -p /etc/apt/keyrings
3+
curl -fsSL https://repo.charm.sh/apt/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/charm.gpg
4+
echo "deb [signed-by=/etc/apt/keyrings/charm.gpg] https://repo.charm.sh/apt/ * *" | sudo tee /etc/apt/sources.list.d/charm.list
5+
sudo apt update && sudo apt install gum
6+
7+
18
# Content of cron file on sytem:
29

310

0 commit comments

Comments
 (0)