mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-26 17:44:19 +00:00
prettyify
This commit is contained in:
parent
a6529fde1a
commit
88c446be1f
@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
#############################################################################
|
||||
#
|
||||
############################################################################
|
||||
# Star Citizen's Linux Users Group presents:
|
||||
# A Simple Star Citizen Sanitation Script!
|
||||
#
|
||||
@ -22,7 +21,7 @@
|
||||
# Written by
|
||||
# https://robertsspaceindustries.com/citizens/theSane
|
||||
# Source: https://git.io/Je0uQ
|
||||
#############################################################################
|
||||
############################################################################
|
||||
|
||||
# Change these paths
|
||||
i_changed_these="false" # Change this to true once you make your edits
|
||||
@ -34,8 +33,8 @@ backups="$HOME/Documents/Star Citizen"
|
||||
user="$path/USER"
|
||||
mappings="$user/Controls/Mappings"
|
||||
|
||||
#############################################################################
|
||||
#############################################################################
|
||||
############################################################################
|
||||
############################################################################
|
||||
|
||||
# Display a warning to modify the default variables
|
||||
if [ "$i_changed_these" = "false" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user