1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-03-29 23:05:15 +00:00
dotfiles/desktop/install

7 lines
153 B
Bash
Executable file

#!/bin/bash
set -euo pipefail
cd -- "$(dirname -- "$0")"
. ../mod.bash
(($(id -u) == 0)) \
&& [[ -f /etc/debian_version ]] \
&& install_apt_packages