We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610a7db commit 39a5e06Copy full SHA for 39a5e06
.d4g-tools/deploy/pull/readme.md
@@ -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
8
# Content of cron file on sytem:
9
10
0 commit comments