Operation:Reaper Beta - fixed shortcut
This commit is contained in:
parent
528fe55a99
commit
2927294656
2 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@ function configureMachine() {
|
|||
# Make Moonlight run on startup.
|
||||
#ln -s /home/${USER}/Desktop/Moonlight.desktop /home/${USER}/.config/autostart/.
|
||||
|
||||
# Create auto-update scripts.
|
||||
# Create auto-update scripts. ***TODO*** This should probably do the root updates first.
|
||||
cat <<- UPDATE > /home/${USER}/unsafe-update.sh
|
||||
#!/bin/bash
|
||||
###
|
||||
|
|
|
@ -84,7 +84,7 @@ function unsafeUpdateRoot() {
|
|||
Comment=
|
||||
Categories=Game;ActionGame;
|
||||
Keywords=first;person;shooter;vanilla;doom;boom;mbf;
|
||||
Path=/home/user
|
||||
Path=/home/${USER}
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
ICON1
|
||||
|
@ -100,7 +100,7 @@ function unsafeUpdateRoot() {
|
|||
Comment=
|
||||
Categories=Game;ActionGame;
|
||||
Keywords=first;person;shooter;vanilla;doom;boom;mbf;
|
||||
Path=/home/user
|
||||
Path=/home/${USER}
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
ICON2
|
||||
|
|
Loading…
Add table
Reference in a new issue