mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
9 lines
295 B
Bash
Executable File
9 lines
295 B
Bash
Executable File
#!/bin/sh
|
|
echo 'yes' | sudo add-apt-repository ppa:cubrid/cubrid
|
|
sudo apt-get update
|
|
sudo apt-get install cubrid
|
|
sudo apt-get install cubrid-demodb
|
|
/etc/profile.d/cubrid.sh
|
|
hostname | sed 's/^/127.0.0.1 /g' | cat - /etc/hosts > /tmp/etchoststemp && sudo mv /tmp/etchoststemp /etc/hosts --force
|
|
|