summaryrefslogtreecommitdiffstats
path: root/.bin/update.sh
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2024-09-20 14:16:56 +0200
committerjdlugosz963 <jdlugosz963@gmail.com>2024-09-20 14:16:56 +0200
commit45bb0d11161b1c5077a1415eed6dbd0fd25ccb6a (patch)
treeb564c1c43920def6641cd482a7b4dca453dbc043 /.bin/update.sh
parent07dd8e37eb767c3dd6abf63e5e4a720cd778da15 (diff)
downloaddotfiles-45bb0d11161b1c5077a1415eed6dbd0fd25ccb6a.tar.gz
dotfiles-45bb0d11161b1c5077a1415eed6dbd0fd25ccb6a.zip
Change dotfiles structure, and add guix-channels declaration.
Diffstat (limited to '.bin/update.sh')
-rwxr-xr-x.bin/update.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/.bin/update.sh b/.bin/update.sh
deleted file mode 100755
index e6f9f8d..0000000
--- a/.bin/update.sh
+++ /dev/null
@@ -1,4 +0,0 @@
1#!/bin/sh
2
3sudo emerge --sync
4sudo emerge --ask --verbose --update --newuse --deep @world;