wip
This commit is contained in:
13
arch-root/bin/sync-agent.sh
Normal file
13
arch-root/bin/sync-agent.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
key_vol_path="/dev/disk/by-uuid/$BACKUP_KEY_VOL_UUID"
|
||||
data_vol_path="/dev/disk/by-uuid/$BACKUP_DATA_VOL_UUID"
|
||||
|
||||
remote_open() {
|
||||
|
||||
}
|
||||
|
||||
remote_close() {
|
||||
|
||||
}
|
||||
@@ -27,6 +27,7 @@ PACKAGES=(
|
||||
qutebrowser qt6-wayland # web browsing
|
||||
hugo miniserve # web utils
|
||||
neomutt telegram-desktop # communication
|
||||
transmission-cli # torrents
|
||||
|
||||
greetd sway swaybg swayidle # desktop basic
|
||||
alacritty wmenu i3blocks mako libnotify # terminals, ui
|
||||
|
||||
Reference in New Issue
Block a user