11 lines
161 B
Bash
Executable File
11 lines
161 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Script to update system and sync
|
|
# Does not pull changes from git
|
|
|
|
# Update flake
|
|
~/.dotfiles/update.sh;
|
|
|
|
# Synchronize system
|
|
~/.dotfiles/sync.sh;
|