123456789101112131415161718 |
- #bin/bash
- if [[ $EUID -ne 0 ]]; then
- echo "This script must be run as root"
- exit 1
- fi
- cp doas.conf /etc/
- cp mimeapps.list /etc/xdg/
- cp ../configs/profile /etc/
- apt update
- apt install foot falkon htop doas iwd git sway imv ffmpeg mpv pcmanfm-qt lxqt-archiver zathura featherpad tofi
- cp ../configs/imv_config /etc/
- print "replace username with the name of your user"
- nano /etc/doas.conf
|