summaryrefslogtreecommitdiff
path: root/feed.org
diff options
context:
space:
mode:
Diffstat (limited to 'feed.org')
-rw-r--r--feed.org34
1 files changed, 17 insertions, 17 deletions
diff --git a/feed.org b/feed.org
index 5f8ea36..193c9d8 100644
--- a/feed.org
+++ b/feed.org
@@ -55,23 +55,6 @@ accounting--install-apps:
- gnucash # Graphical GNU accounting suite
#+end_src
-** move a binary file into /usr/bin
-:PROPERTIES:
-:ID: 0dacbd16-7ddd-420e-8422-acff908a3c46
-:END:
-
-Here's ~/srv/user_salt/pkgs/st.sls~ as an example. It takes a binary file that's part of this salt repository, and moves it into the ~/usr/bin/ directory in a qube.
-
-#+begin_src salt
-# Installs my build of st terminal
-/usr/bin/st: # This is where the binary will be placed
- file.managed:
- - source: salt://pkgs/bin/st.bin # Source of binary
- - user: root
- - group: root
- - mode: 777
-#+end_src
-
** Install from third-party repo with a script
:PROPERTIES:
:ID: 98e7e2ec-b88b-4a92-a065-5876a4f7c0ed
@@ -115,6 +98,23 @@ sudo apt update
sudo apt install signal-desktop -y
#+end_src
+** Move a binary file into /usr/bin
+:PROPERTIES:
+:ID: 0dacbd16-7ddd-420e-8422-acff908a3c46
+:END:
+
+Here's ~/srv/user_salt/pkgs/st.sls~ as an example. It takes a binary file that's part of this salt repository, and moves it into the ~/usr/bin/ directory in a qube.
+
+#+begin_src salt
+# Installs my build of st terminal
+/usr/bin/st:
+ file.managed:
+ - source: salt://pkgs/bin/st.bin
+ - user: root
+ - group: root
+ - mode: 777
+#+end_src
+
* Website update :note:skylarcloud:
:PROPERTIES:
:ID: c843faa8-1fce-478d-bab2-e016c75bf59d