Files
.dotfiles/install.sh

10 lines
186 B
Bash
Raw Permalink Normal View History

2025-02-07 21:34:56 -08:00
#!/bin/bash
if [ "$EUID" -ne 0 ]
then echo "Please run as root"
exit
fi
2025-02-07 22:01:19 -08:00
sh /home/preacher/.config/.dotfiles/.install/packages.sh
2025-02-07 21:34:56 -08:00
echo copping over config
2025-02-07 22:01:19 -08:00
#cp -rf ./* $HOME/.config/