symlink rom instead of copying it
This commit is contained in:
parent
624d4e9f5d
commit
f1b08f7b40
1 changed files with 1 additions and 1 deletions
2
dist/setup-x48ng-home.sh
vendored
2
dist/setup-x48ng-home.sh
vendored
|
@ -17,7 +17,7 @@ make get-roms
|
|||
|
||||
cd ~/"${DOTX48NG}" || exit 1
|
||||
[ -e rom ] && mv rom rom.orig
|
||||
cp "$ROM" rom
|
||||
ln -s "$ROM" rom
|
||||
|
||||
PORT1_SIZE=128K
|
||||
PORT2_SIZE=4M
|
||||
|
|
Loading…
Reference in a new issue