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.
|
# Make Moonlight run on startup.
|
||||||
#ln -s /home/${USER}/Desktop/Moonlight.desktop /home/${USER}/.config/autostart/.
|
#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
|
cat <<- UPDATE > /home/${USER}/unsafe-update.sh
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
###
|
###
|
||||||
|
|
|
@ -84,7 +84,7 @@ function unsafeUpdateRoot() {
|
||||||
Comment=
|
Comment=
|
||||||
Categories=Game;ActionGame;
|
Categories=Game;ActionGame;
|
||||||
Keywords=first;person;shooter;vanilla;doom;boom;mbf;
|
Keywords=first;person;shooter;vanilla;doom;boom;mbf;
|
||||||
Path=/home/user
|
Path=/home/${USER}
|
||||||
Terminal=false
|
Terminal=false
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
ICON1
|
ICON1
|
||||||
|
@ -100,7 +100,7 @@ function unsafeUpdateRoot() {
|
||||||
Comment=
|
Comment=
|
||||||
Categories=Game;ActionGame;
|
Categories=Game;ActionGame;
|
||||||
Keywords=first;person;shooter;vanilla;doom;boom;mbf;
|
Keywords=first;person;shooter;vanilla;doom;boom;mbf;
|
||||||
Path=/home/user
|
Path=/home/${USER}
|
||||||
Terminal=false
|
Terminal=false
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
ICON2
|
ICON2
|
||||||
|
|
Loading…
Add table
Reference in a new issue