mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-06 08:53:27 +02:00
Update install.sh
This commit is contained in:
+7
-2
@@ -7,8 +7,13 @@ cd "$(dirname "$0")"
|
||||
sudo usermod -a -G dialout $USER
|
||||
sudo usermod -a -G tty $USER
|
||||
|
||||
# generate config file
|
||||
cp config.template config.ini
|
||||
# generate config file, check if it exists
|
||||
if [ -f config.ini ]; then
|
||||
printf "\nConfig file already exists, skipping...\n"
|
||||
else
|
||||
cp config.template config.ini
|
||||
printf "\nConfig file generated\n"
|
||||
fi
|
||||
|
||||
# set virtual environment and install dependencies
|
||||
printf "\nMeshing Around Installer\n"
|
||||
|
||||
Reference in New Issue
Block a user