diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2022-12-28 16:16:57 +0100 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2022-12-28 16:16:57 +0100 |
commit | 23a70dc3ece576344603c67ac219b524f7086bca (patch) | |
tree | 9703cd58012c7f69903627e6bb6577c7d0b844cb /.bin/update.sh | |
parent | aaf735839cdd308dd2a4f89b6f85d482c970710e (diff) | |
download | dotfiles-23a70dc3ece576344603c67ac219b524f7086bca.tar.gz dotfiles-23a70dc3ece576344603c67ac219b524f7086bca.zip |
Add custom scripts to bin folder
Diffstat (limited to '.bin/update.sh')
-rwxr-xr-x | .bin/update.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.bin/update.sh b/.bin/update.sh new file mode 100755 index 0000000..e6f9f8d --- /dev/null +++ b/.bin/update.sh | |||
@@ -0,0 +1,4 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | sudo emerge --sync | ||
4 | sudo emerge --ask --verbose --update --newuse --deep @world; | ||