second
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
sudo dnf install --skip-unavailable --skip-broken -y $(cat $HOME/.install/install_list_dnf.inst)
|
||||
echo ===========================================================================
|
||||
echo running pip now
|
||||
|
||||
9
install.sh
Normal file
9
install.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
if [ "$EUID" -ne 0 ]
|
||||
then echo "Please run as root"
|
||||
exit
|
||||
fi
|
||||
|
||||
sh ./.install/packages.sh
|
||||
echo copping over config
|
||||
cp -rf ./* $HOME/.config/
|
||||
Reference in New Issue
Block a user