Added current scripts

This commit is contained in:
Allen
2023-07-18 20:55:12 -05:00
parent bb8cac305b
commit 632a408c31
16 changed files with 216 additions and 0 deletions

10
rocksmith_updateCDLC.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
echo "Running this while the game is open works, but you must exit to the title screen for the songs to appear"
echo
echo "Moving all game DLCs from Downloads to DLC Folder"
# First move to "RocksmithCLDC" to chmod
cp /home/allen/Downloads/*.psarc /home/allen/Downloads/RSCDLCBackup/
mv /home/allen/Downloads/*.psarc /home/allen/Downloads/RocksmithCDLC/
chmod -R 755 /home/allen/Downloads/RocksmithCDLC/
mv /home/allen/Downloads/RocksmithCDLC/* /home/allen/.local/share/Steam/steamapps/common/Rocksmith2014/dlc