mirror of
https://github.com/spirit-x64/scripts.git
synced 2024-11-23 23:33:10 +03:00
fix
This commit is contained in:
parent
43815bf6a7
commit
f58b31308d
@ -49,7 +49,7 @@ fi
|
|||||||
$doas xbps-install -Suy xbps
|
$doas xbps-install -Suy xbps
|
||||||
|
|
||||||
# setup doas
|
# setup doas
|
||||||
if [ install_doas -eq 1 ]; then
|
if [ install_doas == 1 ]; then
|
||||||
$doas xbps-install -y opendoas
|
$doas xbps-install -y opendoas
|
||||||
$doas bash -c "echo 'permit nopass $USER as root' > /etc/doas.conf"
|
$doas bash -c "echo 'permit nopass $USER as root' > /etc/doas.conf"
|
||||||
doas="doas"
|
doas="doas"
|
||||||
@ -63,7 +63,7 @@ $doas xbps-install -y git make gcc libX11-devel libXft-devel libXinerama-devel x
|
|||||||
mkdir ./.setup-void.temp
|
mkdir ./.setup-void.temp
|
||||||
cd ./.setup-void.temp
|
cd ./.setup-void.temp
|
||||||
|
|
||||||
if [ sync_dotfiles -eq 1 ]; then
|
if [ sync_dotfiles == 1 ]; then
|
||||||
$doas xbps-install -y rsync
|
$doas xbps-install -y rsync
|
||||||
git clone https://github.com/spirit-x64/dotfiles.git
|
git clone https://github.com/spirit-x64/dotfiles.git
|
||||||
rsync -a --exclude='.git/' --exclude='LICENSE' --exclude='.gitignore' dotfiles/ $HOME
|
rsync -a --exclude='.git/' --exclude='LICENSE' --exclude='.gitignore' dotfiles/ $HOME
|
||||||
|
Loading…
Reference in New Issue
Block a user